You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for any related issues and avoided creating a duplicate issue.
Description
Hi,
As I understand it ws currently only supports 'classical' NodeJS streams.
As NodeJS is also supporting webstreams I was wondering if ws could support those too?
This could align with the WebSocketStream API already supported by Chrome and Deno.
Kind regards,
Hans
ws version
No response
Node.js Version
No response
System
No response
Expected result
No response
Actual result
No response
Attachments
No response
The text was updated successfully, but these errors were encountered:
As NodeJS is also supporting webstreams I was wondering if ws could support those too?
There are utilities to convert Node.js streams to Web Streams. There is no plan to support a slower alternative directly. There is also no plan to add support for the WebSocketStream API. undici already supports it.
Is there an existing issue for this?
Description
Hi,
As I understand it
ws
currently only supports 'classical' NodeJS streams.As NodeJS is also supporting webstreams I was wondering if
ws
could support those too?This could align with the WebSocketStream API already supported by Chrome and Deno.
Kind regards,
Hans
ws version
No response
Node.js Version
No response
System
No response
Expected result
No response
Actual result
No response
Attachments
No response
The text was updated successfully, but these errors were encountered: