dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/ws/browser.js
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

9 lines
175 B
JavaScript

'use strict';
module.exports = function() {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};