blob: 782077969e8c33977b32ac5faeef3099431c37d0 [file] [log] [blame]
'use strict';
module.exports = function() {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};