Skip to content

Commit 2a7a0b9

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 64f5a0f commit 2a7a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ the following table:
15861586
for="ReadableStreamDefaultController">enqueue(|chunk|, |options|)</dfn> method steps are:
15871587

15881588
1. Let |transferList| be |options|["transfer"].
1589-
1. If |transferList| is not [=list/is empty|empty=] and [=this=].[=ReadableStreamDefaultController/[[isOwning]]=] is false
1589+
1. If |transferList| is not [=list/is empty|empty=] and [=this=].[=ReadableStreamDefaultController/[[isOwning]]=] is false,
15901590
throw a {{TypeError}} exception.
15911591
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$]([=this=]) is false, throw a
15921592
{{TypeError}} exception.

0 commit comments

Comments
 (0)