Files
dogs/node_modules/ws/browser.js
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09: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'
);
};