1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibWeb/WebSockets
Linus Groh fb1dca2c4b LibWeb: Move WebSocket into the Web::WebSockets namespace
WebSockets got moved from the HTML standard to their own, the new
WebSockets Standard (https://websockets.spec.whatwg.org).

Move the IDL file and implementation into a new WebSockets directory and
C++ namespace accordingly.
2022-02-18 19:34:08 +00:00
..
WebSocket.cpp LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00
WebSocket.h LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00
WebSocket.idl LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00