mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
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.