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/../event-target-shim/.././find-up/../qrcode/../engine.io/build/transports
الملفات الموجودة في هذا الـ Path:
.
..
index.d.ts
index.js
polling-jsonp.d.ts
polling-jsonp.js
polling.d.ts
polling.js
websocket.d.ts
websocket.js
webtransport.d.ts
webtransport.js

مشاهدة ملف: index.d.ts

import { Polling as XHR } from "./polling";
import { WebSocket } from "./websocket";
import { WebTransport } from "./webtransport";
declare const _default: {
    polling: typeof polling;
    websocket: typeof WebSocket;
    webtransport: typeof WebTransport;
};
export default _default;
/**
 * Polling polymorphic constructor.
 *
 * @api private
 */
declare function polling(req: any): XHR;
declare namespace polling {
    var upgradesTo: string[];
}