/var/www/greso.tech/server/nsm/node_modules/engine.io/build/transports
NameSizeModeActions
index.d.ts3650644editdlrm
index.js5780644editdlrm
polling-jsonp.d.ts5470644editdlrm
polling-jsonp.js17640644editdlrm
polling.d.ts22160644editdlrm
polling.js100330644editdlrm
websocket.d.ts9900644editdlrm
websocket.js38130644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/engine.io/build/transports/polling-jsonp.d.ts (547B)
import { Polling } from "./polling"; export declare class JSONP extends Polling { private readonly head; private readonly foot; /** * JSON-P polling transport. * * @api public */ constructor(req: any); /** * Handles incoming data. * Due to a bug in \n handling by browsers, we expect a escaped string. * * @api private */ onData(data: any): void; /** * Performs the write. * * @api private */ doWrite(data: any, options: any, callback: any): void; }