projecte_ionic/node_modules/ws/browser.js
2022-02-09 18:30:03 +01:00

9 lines
175 B
JavaScript
Executable file

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