ladybird/Libraries/LibWeb/Worker
Shannon Booth de14978046 LibWeb: Implement cross process BroadcastChannel delivery
Route BroadcastChannel messages over IPC so matching channels can
receive them across WebContent and WebWorker processes, rather than only
within a single process.

Each channel now serializes its payload, sends it upward over IPC, and
receiving processes deliver it locally after matching by storage key and
channel name.
2026-04-14 18:43:28 +02:00
..
WebWorkerClient.cpp LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
WebWorkerClient.h LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
WebWorkerClient.ipc LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
WebWorkerServer.ipc LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00