UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

9 lines (7 loc) 172 B
'use strict'; var Driver = global.WebSocket || global.MozWebSocket; if (Driver) { module.exports = function WebSocketBrowserDriver(url) { return new Driver(url); }; }