MCPcopy
hub / github.com/socketio/socket.io / request

Method request

packages/engine.io-client/lib/transports/polling-xhr.ts:338–341  ·  view source on GitHub ↗
(opts: Record<string, any> = {})

Source from the content-addressed store, hash-verified

336 }
337
338 request(opts: Record<string, any> = {}) {
339 Object.assign(opts, { xd: this.xd }, this.opts);
340 return new Request(newRequest, this.uri(), opts as RequestOptions);
341 }
342}
343
344function newRequest(opts) {

Callers 3

doWriteFunction · 0.45
doPollFunction · 0.45
server.jsFile · 0.45

Calls 1

uriMethod · 0.45

Tested by

no test coverage detected