1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibWeb/WebSockets
Tim Ledbetter 0c0595bb31 LibWeb: Allow WebSockets to be established within workers
Previously, we would crash when attempting to establish a web socket
connection from inside a worker, as we were assuming that the ESO's
global object was a `Window`.
2024-09-23 08:49:16 -04:00
..
WebSocket.cpp LibWeb: Allow WebSockets to be established within workers 2024-09-23 08:49:16 -04:00
WebSocket.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
WebSocket.idl LibWeb: Add [Clamp] extended attribute to WebSocket.close 2024-08-24 14:52:27 +02:00