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 64f5a0f commit 2a7a0b9Copy full SHA for 2a7a0b9
index.bs
@@ -1586,7 +1586,7 @@ the following table:
1586
for="ReadableStreamDefaultController">enqueue(|chunk|, |options|)</dfn> method steps are:
1587
1588
1. Let |transferList| be |options|["transfer"].
1589
- 1. If |transferList| is not [=list/is empty|empty=] and [=this=].[=ReadableStreamDefaultController/[[isOwning]]=] is false
+ 1. If |transferList| is not [=list/is empty|empty=] and [=this=].[=ReadableStreamDefaultController/[[isOwning]]=] is false,
1590
throw a {{TypeError}} exception.
1591
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$]([=this=]) is false, throw a
1592
{{TypeError}} exception.
0 commit comments