1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

WebSocket: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:22:51 +02:00
parent 03df8882df
commit bf33b5df6e
4 changed files with 0 additions and 9 deletions

View file

@ -1,8 +1,5 @@
endpoint WebSocketServer
{
// Basic protocol
greet() => ()
// Connection API
connect(URL url, String origin, Vector<String> protocols, Vector<String> extensions, IPC::Dictionary additional_request_headers) => (i32 connection_id)
ready_state(i32 connection_id) => (u32 ready_state)