08:30
<snek>
with the recent change to the websocket constructor, what's the expected result of new WebSocket(null)? is it equiv to the string "null" and you should get something out like wss://example.com/null?
08:37
<snek>
i guess that's what webkit implemented https://github.com/WebKit/WebKit/pull/13751/files#diff-d989d5bdf667a51d97365c1a801fc33de5101b60be507264ff0eb3617c6f2d59R11