diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-10-05 03:13:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 21:43:58 +0000 |
commit | 1a81b2826d7e0f64831c7a96d3cfb113ea6e7eb7 (patch) | |
tree | 020c6005a7d9b1634eaf72f7e8f921f59fd949ff /cli/js | |
parent | cbddf5756e07fbbe10bd35d23bb9e9c0c685442a (diff) |
refactor: rewrite websocket to use op2 macro (#20140)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/40_testing.js | 1 |
1 files changed, 1 insertions, 0 deletions
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`"], }; |