We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e470c22 commit 172037aCopy full SHA for 172037a
index.bs
@@ -2971,6 +2971,7 @@ The following abstract operations support the implementation of the
2971
id="readable-stream-default-controller-enqueue">ReadableStreamDefaultControllerEnqueue(|controller|,
2972
|chunk|, |transferList|)</dfn> performs the following steps:
2973
2974
+ 1. Assert: |transferList| is empty or |controller|.[=ReadableStreamDefaultController/[[isOwning]]=] is true.
2975
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$](|controller|) is false, return.
2976
1. Let |stream| be |controller|.[=ReadableStreamDefaultController/[[stream]]=].
2977
1. If ! [$IsReadableStreamLocked$](|stream|) is true and !
0 commit comments