xuxiaobo-bobo 92d87fb6b7 '0216'
2023-02-16 23:35:17 +08: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'
);
};