Re: [webkit-dev] Request for position on WebRTC Insertable Streams

2020-08-18 Thread youenn fablet
Hi Guido, The use cases addressed by this proposal seem useful. I am particularly excited about providing support for WebRTC end-to-end encryption and hope insertable streams can serve as a basis for that. The end-to-end encryption use case would probably best be served by a native implementation

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 > Transfo