File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3437,11 +3437,17 @@ <h3><dfn>Writing content</dfn></h3>
3437
3437
</ li >
3438
3438
< li >
3439
3439
If not currently executing in the currently active < a > top-level
3440
- browsing context</ a > , then reject |p| with and
3440
+ browsing context</ a > , then reject |p| with an
3441
3441
{{"InvalidStateError"}} {{DOMException}} and return |p|.
3442
3442
</ li >
3443
3443
< li >
3444
- Attempt to < a > abort a pending scan operation</ a > .
3444
+ If there is a < a > pending read tuple</ a > |tuple|, then reject |p|
3445
+ with an {{"InvalidStateError"}} {{DOMException}} and return |p|.
3446
+ < p class ="note ">
3447
+ Note that scans need to be explicitly aborted before a new scan
3448
+ could be done, and this behavior is different from writes, which
3449
+ automatically abort and replace pending writes.
3450
+ </ p >
3445
3451
</ li >
3446
3452
< li >
3447
3453
Let |reader:NDEFReader| be the {{NDEFReader}} instance.
You can’t perform that action at this time.
0 commit comments