Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-06 | Base: Replace the WebSocket demo target URL with a working one | Ali Mohammad Pur | |
websocket.org was shutdown somewhere in late 2021, switch to websocket.events to make the demo work. | |||
2022-02-06 | Base: Format the WebSocket demo page with prettier | Ali Mohammad Pur | |
2021-04-25 | LibWeb: Add WebSocket bindings | DexesTTP | |
The WebSocket bindings match the original specification from the WHATWG living standard, but do not match the later update of the standard that involves FETCH. The FETCH update will be handled later since the changes would also affect XMLHttpRequest. |