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
Internet Explorer throws SyntaxError on new WebSocket('ws:address') but works with new WebSocket('ws://address'). The main readme file points out that double slash is only added for few protocols and ws/wss is not on that list.
When i try set
protocol: 'ws:'
i get url
ws:localhost
The text was updated successfully, but these errors were encountered: