ladybird/Libraries/LibWeb/WebSockets
Timothy Flynn 8a79792a58 LibRequests+LibWeb: Don't copy data sent over WebSockets
We used to need an allocated ByteBuffer to send over IPC. Our IPC now
accepts spans for types like String and ByteBuffer though, so we don't
need to allocate buffers at the caller.
2025-12-10 21:18:40 +01:00
..
WebSocket.cpp LibRequests+LibWeb: Don't copy data sent over WebSockets 2025-12-10 21:18:40 +01:00
WebSocket.h LibWeb: Close WebSockets when document is unloaded 2025-02-26 11:47:32 +01:00
WebSocket.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00