ladybird/Userland/Libraries/LibWeb/Worker
Andrew Kaster 7372b2af48 LibIPC+Everywhere: Introduce an IPC Transport abstraction
This abstraction will help us to support multiple IPC transport
mechanisms going forward. For now, we only have a TransportSocket that
implements the same behavior we previously had, using Unix Sockets for
IPC.
2024-10-23 12:29:01 -06:00
..
WebWorkerClient.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
WebWorkerClient.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
WebWorkerClient.ipc
WebWorkerServer.ipc LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00