ladybird/Libraries/LibWeb/Worker
Andrew Kaster 4d039fc3d4 LibWeb+WebWorker: Create SharedWorkerGlobalScope for Shared Workers
Also push the onconnect event for the initial connection.

This still doesn't properly handle sending an onconnect event to a
pre-existing SharedWorkerGlobalScope with the same name for the same
origin, but it does give us a lot of WPT passes in the SharedWorker
category.
2025-05-18 17:50:05 -06:00
..
WebWorkerClient.cpp LibWeb: Fix typos - act II 2025-04-09 15:05:20 +01:00
WebWorkerClient.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebWorkerClient.ipc Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebWorkerServer.ipc LibWeb+WebWorker: Create SharedWorkerGlobalScope for Shared Workers 2025-05-18 17:50:05 -06:00