Skip to content

Commit

Permalink
Update api.w
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren authored Feb 21, 2024
1 parent 6eabbcc commit 7d06023
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions websockets/commons/api.w
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ pub interface IWebSocket extends std.IResource {
*/
onMessage(handler: inflight(str, str): void): void;

/**
* Initialize the WebSocket (necessary only in the sim, to be removed in the future).
*/
initialize(): void;

/**
* Sends a message through the WebSocket with inflight handling.
*/
Expand Down

0 comments on commit 7d06023

Please sign in to comment.