mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Create WebSocket.mjs
This commit is contained in:
parent
0bbb3b6179
commit
7c813e0be9
1 changed files with 9 additions and 0 deletions
9
src/core/lib/WebSocket.mjs
Normal file
9
src/core/lib/WebSocket.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* WebSocket operation resources.
|
||||
*
|
||||
* @author cod [sysenter.dev@gmail.com]
|
||||
* @copyright Crown Copyright 2024
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
export const WEBSOCKET_OPCODE = ["continuation frame", "text frame", "binary frame", "rsv3", "rsv4", "rsv5", "rsv6", "rsv7", "ping", "pong", "rsvb", "rsvc", "rsvd", "rsve", "rsvf"];
|
Loading…
Add table
Add a link
Reference in a new issue