Skip to content

Commit

Permalink
Update lib.w
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren authored Feb 21, 2024
1 parent f7cfb28 commit 7dfe33d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions websockets/lib.w
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ pub class WebSocket impl api.IWebSocket {
this.inner.onMessage(handler);
}

pub initialize() {
this.inner.initialize();
}

pub inflight sendMessage(connectionId: str, message: str) {
this.inner.sendMessage(connectionId, message);
}
Expand Down

0 comments on commit 7dfe33d

Please sign in to comment.