Files
Selenium_test_website/node_modules/ws/browser.js
Tiệp Sunflower aa9c76c82f selenium
2023-03-06 14:23:39 +07:00

9 lines
176 B
JavaScript

'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};