1 2 3 4 5
/// shim for browser packaging module.exports = function() { return global.WebSocket || global.MozWebSocket; }