summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/websocket.html
AgeCommit message (Collapse)Author
2022-02-06Base: Replace the WebSocket demo target URL with a working oneAli Mohammad Pur
websocket.org was shutdown somewhere in late 2021, switch to websocket.events to make the demo work.
2022-02-06Base: Format the WebSocket demo page with prettierAli Mohammad Pur
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
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.