Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brackets / opt / brackets / node-core / thirdparty / ws / lib / browser.js
Size: Mime:
/// shim for browser packaging

module.exports = function() {
  return global.WebSocket || global.MozWebSocket;
}