Re: [whatwg/streams] Proposal: ReadableStream tee() backpressure (Issue #1235)

FWIW, I do have a path forward for addressing this issue within the Workers implementation that does not require any public API changes. The changes are entirely internal to the implementation of the data queuing and backpressure signaling in `ReadableStreamDefaultController` and `ReadableByteStreamController` and `ReadableStream` without having any impact on public API (both consumer and producer sides). The external facing API pieces discussed in my original post above (e.g. the non-exclusive reader class) can be considered to be optional to resolving this.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1235#issuecomment-1175254126
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1235/1175254126@github.com>

Received on Tuesday, 5 July 2022 16:30:15 UTC