From 1a81b2826d7e0f64831c7a96d3cfb113ea6e7eb7 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 5 Oct 2023 03:13:58 +0530 Subject: refactor: rewrite websocket to use op2 macro (#20140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/js/40_testing.js | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js') diff --git a/cli/js/40_testing.js b/cli/js/40_testing.js index 8139635f9..7b60dd133 100644 --- a/cli/js/40_testing.js +++ b/cli/js/40_testing.js @@ -146,6 +146,7 @@ const OP_DETAILS = { "op_ws_next_event": ["receive the next message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_text": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_binary": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], + "op_ws_send_binary_ab": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_ping": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_pong": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], }; -- cgit v1.2.3