aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/undici/lib/web/websocket/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/undici/lib/web/websocket/symbols.js')
-rw-r--r--node_modules/undici/lib/web/websocket/symbols.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/undici/lib/web/websocket/symbols.js b/node_modules/undici/lib/web/websocket/symbols.js
deleted file mode 100644
index 11d03e3..0000000
--- a/node_modules/undici/lib/web/websocket/symbols.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict'
-
-module.exports = {
- kWebSocketURL: Symbol('url'),
- kReadyState: Symbol('ready state'),
- kController: Symbol('controller'),
- kResponse: Symbol('response'),
- kBinaryType: Symbol('binary type'),
- kSentClose: Symbol('sent close'),
- kReceivedClose: Symbol('received close'),
- kByteParser: Symbol('byte parser')
-}