From 7d06023be45fdb1a397db779d06cc445172a6512 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Wed, 21 Feb 2024 02:55:32 +0200 Subject: [PATCH] Update api.w --- websockets/commons/api.w | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websockets/commons/api.w b/websockets/commons/api.w index 89cec6f9..8f8587fc 100644 --- a/websockets/commons/api.w +++ b/websockets/commons/api.w @@ -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. */