Ulrik Långström

Results 2 comments of Ulrik Långström

Yes, it was easy to get the hack working: ``` console.log("Hacking WebSocket to make it work off site in dev mode.") window.WebSocket = class HackWebSocket extends WebSocket { constructor(urlParam) {...

After reading the documentation and tests, it looks like this is intentional. Possibly this should be made explicit in the documentation.