- Notifications
You must be signed in to change notification settings - Fork31
Open
Description
WebKittens
Title of the spec
WebSocketStream
URL to the spec
https://whatpr.org/websockets/48.html#the-websocketstream-interface
URL to the spec's repository
https://github.com/whatwg/websockets
Issue Tracker URL
No response
Explainer URL
https://github.com/ricea/websocketstream-explainer/blob/master/README.md
TAG Design Review URL
Mozilla standards-positions issue URL
mozilla/standards-positions#970
WebKit Bugzilla URL
No response
Radar URL
No response
Description
WebSocketStream is a new API forthe WebSocket protocol that enables backpressure by integrating with Streams. The benefits are better behaviour when one side cannot keep up with the data rate, and a more modern API.