defunctzombie / node-url

node.js core url module as a module
MIT License
375 stars 96 forks source link

websocket protocol support #35

Open dimensi opened 7 years ago

dimensi commented 7 years ago

When i try set protocol: 'ws:' i get url ws:localhost

kamilbrk commented 6 years ago

Bumping this.

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.