Files
portfolio2023/build/node_modules/ws/browser.js
T
2023-11-24 22:35:41 +01:00

9 lines
176 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'
);
};