- From: Adam Rice <notifications@github.com>
- Date: Fri, 10 Jul 2020 21:23:56 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 11 July 2020 04:24:08 UTC
@ricea commented on this pull request. > @@ -4894,6 +4972,37 @@ side=], or to terminate or error the stream. <p>Returns a {{WritableStream}} representing the [=writable side=] of this transform stream. </dl> +<div algorithm="TransformStream transfer steps"> +{{TransformStream}} objects are [=transferable objects=]. Their [=transfer steps=], given |value| +and |dataHolder|, are: + +<!-- Find a way to linkify ReadableStream transfer steps and WritableStream transfer steps --> + + 1. If ! [$IsReadableStreamLocked$](|value|.\[[readable]]) is true, throw a {{TypeError}} exception. + 1. If ! [$IsWritableStreamLocked$](|value|.\[[writable]]) is true, throw a {{TypeError}} exception. + 1. Let |readableDataHolder| be { \[[Type]]: `"ReadableStream"` }. No. Removed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1053#discussion_r453153419
Received on Saturday, 11 July 2020 04:24:08 UTC