Re: [webkit-dev] Request for position on transferable streams

2020-08-18 Thread Adam Rice
Sorry, the link to the pull request should have been https://github.com/whatwg/streams/pull/1053. On Fri, 14 Aug 2020 at 11:56, Adam Rice wrote: > Transferable streams permit you to run code like worker.postMessage(stream, > [stream]) where stream is a ReadableStream, WritableStream or >

[webkit-dev] Request for position on transferable streams

2020-08-13 Thread Adam Rice
Transferable streams permit you to run code like worker.postMessage(stream, [stream]) where stream is a ReadableStream, WritableStream or TransformStream and have it do what you'd expect. The explainer goes into more