Re: [blink-dev] Intent to Ship: WebSocket: Allow http(s) scheme and relative URLs

2024-01-02 Thread Mike Taylor
On 12/27/23 4:01 AM, snek wrote: *Explainer* None *Specification* https://websockets.spec.whatwg.org/#dom-websocket-websocket *Summary* Implement changes to WebSocket constructor to accept http(s) schemes, and by extension relative URLs as well. Unmerged change is here:

[blink-dev] Intent to Ship: WebSocket: Allow http(s) scheme and relative URLs

2023-12-27 Thread snek
*Explainer* None *Specification* https://websockets.spec.whatwg.org/#dom-websocket-websocket *Summary* Implement changes to WebSocket constructor to accept http(s) schemes, and by extension relative URLs as well. Unmerged change is here: https://crrev.com/c/5060558 This doesn't currently have