ladybird/Userland/Libraries/LibWeb/WebSockets
Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String
There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.
2024-10-12 21:14:18 +02:00
..
WebSocket.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
WebSocket.h LibWebView+LibWeb: Remove ResourceLoader and WebSocket adapters 2024-10-08 06:52:51 +02:00
WebSocket.idl LibWeb: Add [Clamp] extended attribute to WebSocket.close 2024-08-24 14:52:27 +02:00