- From: youennf <notifications@github.com>
- Date: Mon, 12 Jun 2023 04:51:14 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 June 2023 11:51:18 UTC
@youennf commented on this pull request. > +<div algorithm> + <dfn abstract-op lt="StructuredTransferOrClone">StructuredTransferOrClone(|value|, |transferList|)</dfn> + performs the following steps: + 1. Let |serialized| be ? [$StructuredSerializeWithTransfer$](|value|, |transferList|). + 1. Let |deserialized| be ? [$StructuredDeserializeWithTransfer$](|serialized|, [=the current Realm=]). + 1. Return |deserialized|.\[[Deserialized]]. +</div> + OK, will do -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1226536965 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1474727174@github.com>
Received on Monday, 12 June 2023 11:51:18 UTC