@@ -2976,7 +2976,7 @@ The following abstract operations support the implementation of the
2976
2976
1. If |internalChunk| is an abrupt completion,
2977
2977
1. Perform ! [$ReadableStreamDefaultControllerError$] (|controller|, |internalChunk|.\[[Value]] ).
2978
2978
1. Return |internalChunk|.
2979
- 1. ! [$ReadableStreamFulfillReadRequest$] (|stream|, |internalChunk|, false).
2979
+ 1. Perform ! [$ReadableStreamFulfillReadRequest$] (|stream|, |internalChunk|, false).
2980
2980
1. Otherwise,
2981
2981
1. Let |result| be the result of performing
2982
2982
|controller|.[=ReadableStreamDefaultController/[[strategySizeAlgorithm]]=] , passing in |chunk|,
@@ -6394,7 +6394,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6394
6394
1. Let |enqueuedValue| be |value|.
6395
6395
1. If |container| has a \[[isTransferring]] internal slot whose value is true, perform the following steps:
6396
6396
1. Set |enqueuedValue| to [$StructuredTransferOrClone$] (|value|, |transferList|).
6397
- 1. If |enqueuedValue| is an abrupt completion, return.
6397
+ 1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue| .
6398
6398
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
6399
6399
[=value-with-size/size=] |size| to |container|.\[[queue]] .
6400
6400
1. Set |container|.\[[queueTotalSize]] to |container|.\[[queueTotalSize]] + |size|.
@@ -6630,7 +6630,7 @@ The following abstract operations are a grab-bag of utilities.
6630
6630
<div algorithm>
6631
6631
<dfn abstract-op lt="StructuredTransferOrClone">StructuredTransferOrClone(|value|, |transferList|)</dfn>
6632
6632
performs the following steps:
6633
- 1. If |value| has either an \[[ArrayBufferData]] internal slot or a \[[Detached]] internal slot, perform the following steps:
6633
+ 1. If |value| has either an \[[ArrayBufferData]] internal slot or a \[[Detached]] internal slot, perform the following steps:
6634
6634
1. If |transferList| is undefined or [=list/is empty|is an empty list=] , set |transferList| to « |value| ».
6635
6635
1. Let |serialized| be ! [$StructuredSerializeWithTransfer$] (|value|, |transferList|).
6636
6636
1. Let |deserialized| be ! [$StructuredDeserializeWithTransfer$] (|serialized|, [=the current Realm=] ).
0 commit comments