Backpressure in WebSockets using Web Streams
The WebSocket API does not support backpressure. The Web Streams API does. Wouldn't it be great if we could use them together?