File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6635,8 +6635,8 @@ The following abstract operations are a grab-bag of utilities.
6635
6635
<div algorithm>
6636
6636
<dfn abstract-op lt="StructuredTransferOrClone">StructuredTransferOrClone(|value|, |transferList|)</dfn>
6637
6637
performs the following steps:
6638
- 1. Let |serialized| be ! [$StructuredSerializeWithTransfer$] (|value|, |transferList|).
6639
- 1. Let |deserialized| be ! [$StructuredDeserializeWithTransfer$] (|serialized|, [=the current Realm=] ).
6638
+ 1. Let |serialized| be ? [$StructuredSerializeWithTransfer$] (|value|, |transferList|).
6639
+ 1. Let |deserialized| be ? [$StructuredDeserializeWithTransfer$] (|serialized|, [=the current Realm=] ).
6640
6640
1. Return |deserialized|.\[[Deserialized]] .
6641
6641
</div>
6642
6642
You can’t perform that action at this time.
0 commit comments