File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3431,7 +3431,7 @@ <h3><dfn>Writing content</dfn></h3>
3431
3431
< li >
3432
3432
If |signal| is not `null`, then
3433
3433
< a data-cite ="dom#abortsignal-abort-algorithms ">
3434
- add the following < dfn > abort the pending scans </ dfn > steps</ a >
3434
+ add the following < dfn > clean up the pending scan </ dfn > steps</ a >
3435
3435
to |signal|:
3436
3436
< ol >
3437
3437
< li >
@@ -3449,7 +3449,7 @@ <h3><dfn>Writing content</dfn></h3>
3449
3449
< ol >
3450
3450
< li >
3451
3451
If |p| was settled (fulfilled or rejected), then
3452
- < a > abort the pending scans </ a > .
3452
+ < a > clean up the pending scan </ a > .
3453
3453
</ li >
3454
3454
</ ol >
3455
3455
</ li >
@@ -3473,6 +3473,11 @@ <h3><dfn>Writing content</dfn></h3>
3473
3473
{{"NotReadableError"}} {{DOMException}}
3474
3474
and abort these steps.
3475
3475
</ li >
3476
+ < li >
3477
+ If |reader| is already in the < a > activated reader objects</ a > ,
3478
+ then reject |p| with a {{"InvalidStateError"}} {{DOMException}}
3479
+ and abort these steps.
3480
+ </ li >
3476
3481
< li >
3477
3482
Add |reader| to the < a > activated reader objects</ a > .
3478
3483
</ li >
You can’t perform that action at this time.
0 commit comments