summaryrefslogtreecommitdiff
path: root/comproxy/node_modules/ws/browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'comproxy/node_modules/ws/browser.js')
-rw-r--r--comproxy/node_modules/ws/browser.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/comproxy/node_modules/ws/browser.js b/comproxy/node_modules/ws/browser.js
new file mode 100644
index 0000000..ca4f628
--- /dev/null
+++ b/comproxy/node_modules/ws/browser.js
@@ -0,0 +1,8 @@
+'use strict';
+
+module.exports = function () {
+ throw new Error(
+ 'ws does not work in the browser. Browser clients must use the native ' +
+ 'WebSocket object'
+ );
+};