• File: browser.js
  • Full Path: /var/www/paytek-africa.com/node_modules/ws/browser.js
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 176 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

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