Add files via upload

This commit is contained in:
Astatin3
2023-03-31 09:33:07 -06:00
committed by GitHub
commit 2cecb44528
50 changed files with 18888 additions and 0 deletions
+8
View File
@@ -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'
);
};