File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2971,7 +2971,7 @@ The following abstract operations support the implementation of the
2971
2971
id="readable-stream-default-controller-enqueue"> ReadableStreamDefaultControllerEnqueue(|controller|,
2972
2972
|chunk|, |transferList|)</dfn> performs the following steps:
2973
2973
2974
- 1. Assert: |transferList| is empty or |controller|.[=ReadableStreamDefaultController/[[isOwning]]=] is true.
2974
+ 1. Assert: |transferList| [=list/ is empty=] or |controller|.[=ReadableStreamDefaultController/[[isOwning]]=] is true.
2975
2975
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$] (|controller|) is false, return.
2976
2976
1. Let |stream| be |controller|.[=ReadableStreamDefaultController/[[stream]]=] .
2977
2977
1. If ! [$IsReadableStreamLocked$] (|stream|) is true and !
You can’t perform that action at this time.
0 commit comments