Wrote something about handling backpressure in Web Sockets using the Streams API. blog.haroldadmin.com/posts/backpr...
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?
blog.haroldadmin.com