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/../././form-data/../methods/../lodash.clonedeep/../unpipe/../abort-controller/../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'
  );
};