ladybird/Libraries/LibWeb/WebSockets
Luke Wilde 12a07b4fad LibWeb: Close WebSockets when document is unloaded
Previously, they would stay open for the entire WebContent lifetime,
or until the server closed the connection. This was particularly
noticeable on collaborative websites/games such as
https://jigsawpuzzles.io/, where the user using Ladybird would stick
around even after they had navigated away.
2025-02-26 11:47:32 +01:00
..
WebSocket.cpp LibWeb: Close WebSockets when document is unloaded 2025-02-26 11:47:32 +01:00
WebSocket.h LibWeb: Close WebSockets when document is unloaded 2025-02-26 11:47:32 +01:00
WebSocket.idl