Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-01 | LibWeb: Add the missing MessageEvent IDL constructor | Idan Horowitz | |
2021-10-01 | LibWeb: Add the lastEventId IDL attribute to MessageEvent | Idan Horowitz | |
2021-10-01 | LibWeb: Change the IDL type of MessageEvent::data to any | Idan Horowitz | |
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. |