ladybird/Libraries/LibWeb/WebSockets
Luke Wilde 05438e70f1 LibWeb: Receive cookies through principal_host_defined_page
Previously we depended on an associated document on the ESO to get to
the page, but Workers do not have documents. However, we can simply get
to the page with `principal_host_defined_page`, removing the issue.
2025-09-09 15:28:38 +02:00
..
WebSocket.cpp LibWeb: Receive cookies through principal_host_defined_page 2025-09-09 15:28:38 +02:00
WebSocket.h LibWeb: Close WebSockets when document is unloaded 2025-02-26 11:47:32 +01:00
WebSocket.idl