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:
parent
03df8882df
commit
bf33b5df6e
4 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue