- From: youennf <notifications@github.com>
- Date: Wed, 12 Apr 2023 11:36:20 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 April 2023 18:36:25 UTC
OK, I'll start doing it. Rethinking a bit, I wonder the following: - Would `type:'serialize'` be a better name than `type:'transfer'` (which conflicts a bit with transform streams, transferable streams and we sometimes serialize and not transfer chunks)? - Is the syntactic sugar for transferable objects (`enqueue(videoFrame)` instead of `enqueue(videoFrame, [videoFrame])`) a good idea now that we have the additional `transfer` parameter? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#issuecomment-1505748318 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/c1505748318@github.com>
Received on Wednesday, 12 April 2023 18:36:25 UTC