ladybird/Libraries/LibWeb/WebSockets
Andreas Kling 87fc7028d7 LibWeb: Add WebSocket task source
The WebSocket spec tells us to queue tasks instead of firing events
synchronously at WebSockets, so this commit does exactly that.

The way we've implemented web sockets means that the work is spread
across multiple libraries and even processes, which is why it doesn't
look like the spec verbatim.
2024-11-15 23:18:10 +01:00
..
WebSocket.cpp LibWeb: Add WebSocket task source 2024-11-15 23:18:10 +01:00
WebSocket.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebSocket.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00