File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4508,10 +4508,8 @@ The following abstract operations operate on {{WritableStream}} instances at a h
4508
4508
|stream|.[=WritableStream/[[controller]]=] .[=WritableStreamDefaultController/[[signal]]=] .
4509
4509
1. Let |state| be |stream|.[=WritableStream/[[state]]=] .
4510
4510
1. If |state| is "`closed`" or "`errored`", return [=a promise resolved with=] undefined.
4511
-
4512
- <p class="note"> We re-check the state because [=signaling abort=] runs author code and that might
4513
- have changed the state.
4514
-
4511
+ <p class="note"> We re-check the state because [=signaling abort=] runs author code and that might
4512
+ have changed the state.
4515
4513
1. If |stream|.[=WritableStream/[[pendingAbortRequest]]=] is not undefined, return
4516
4514
|stream|.[=WritableStream/[[pendingAbortRequest]]=] 's [=pending abort request/promise=] .
4517
4515
1. Assert: |state| is "`writable`" or "`erroring`".
You can’t perform that action at this time.
0 commit comments