Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/.././object-assign/../@hapi/../inherits/../punycode/../lodash.clonedeep/../dotenv/../fresh/../methods/../htmlparser2/../domutils/../fast-redact/../ws
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
README.md
browser.js
index.js
lib
package.json
wrapper.mjs

مشاهدة ملف: browser.js

'use strict';

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