UNPKG

d2-ui

Version:
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); }; }