isomorphic-ws icon indicating copy to clipboard operation
isomorphic-ws copied to clipboard

Export the correct type

Open samholmes opened this issue 7 months ago • 0 comments

This library is incorrectly exporting the type from ws which has all the extra Node.js type information. Instead this lib should export the WebSocket API from the standard and shim any missing members that Node.js doesn't support on the standard.

samholmes avatar Jul 10 '24 02:07 samholmes