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