websocketstream-explainer
websocketstream-explainer copied to clipboard
Explainer for the WebSocketStream JavaScript API
What's the purpose of this, given WebTransport? That spec covers this usecase, and provides all sorts of additional benefits. Where is the spec discussion on this? Indications from major browsers?
As the title says
I'm not sure if this is the right place to report, but the demo on Glitch linked to from https://developer.chrome.com/docs/capabilities/web-apis/websocketstream does `const { ... } = await wss.connection; ` while...