Almost Everything is in the title ;-) ReadableStream from the [Stream API](https://streams.spec.whatwg.org) is already used in the [Fetch API](https://fetch.spec.whatwg.org) Streams were also considered for the [UDP TCP Socket API](https://www.w3.org/TR/tcp-udp-sockets) via `readable` and `writable` `UDPSocket` and `TCPSocket` properties. Web Sockets is probably one of the APIs for which such stream API would be the most pertinent