File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6999,9 +6999,8 @@ above [=WritableStream/set up=] algorithm:
6999
6999
|stream|.[=WritableStream/[[controller]]=] .[=WritableStreamDefaultController/[[signal]]=] .
7000
7000
Specifications can [=AbortSignal/add=] or [=AbortSignal/remove=] algorithms to this
7001
7001
{{AbortSignal}} , or consult whether it is [=AbortSignal/aborted=] and its [=AbortSignal/abort
7002
- reason=] . Specifications should not [=AbortSignal/signal abort=] or make it [=AbortSignal/follow=]
7003
- another {{AbortSignal}} , as that would interfere with the normal use of this signal to respond to
7004
- the stream being [=abort a writable stream|aborted=] .
7002
+ reason=] . Specifications must not [=AbortSignal/signal abort=] , as that would interfere with the
7003
+ normal use of this signal to respond to the stream being [=abort a writable stream|aborted=] .
7005
7004
7006
7005
<p class="note"> The usual usage is, after [=WritableStream/setting up=] the {{WritableStream}} ,
7007
7006
[=AbortSignal/add=] an algorithm to its [=WritableStream/signal=] , which aborts any ongoing write
You can’t perform that action at this time.
0 commit comments