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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: