You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
294 B
1 lines
294 B
{"ast":null,"code":"'use strict';\n\nvar Driver = global.WebSocket || global.MozWebSocket;\n\nif (Driver) {\n module.exports = function WebSocketBrowserDriver(url) {\n return new Driver(url);\n };\n} else {\n module.exports = undefined;\n}","map":null,"metadata":{},"sourceType":"script"} |