ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Timothy Flynn eb3b8f8ee4 LibWeb: Implement EventSource for server-sent events
EventSource allows opening a persistent HTTP connection to a server over
which events are continuously streamed.

Unfortunately, our test infrastructure does not allow for automating any
tests of this feature yet. It only works with HTTP connections.
2024-05-26 18:29:24 +02:00
..
EventLoop.cpp LibWeb: Implement the "queue a task" steps as a distinct AO 2024-05-26 18:29:24 +02:00
EventLoop.h LibWeb: Implement the "queue a task" steps as a distinct AO 2024-05-26 18:29:24 +02:00
Task.cpp LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 2024-04-05 08:14:19 +02:00
Task.h LibWeb: Implement EventSource for server-sent events 2024-05-26 18:29:24 +02:00
TaskQueue.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
TaskQueue.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00