MCPcopy Create free account

hub / github.com/nodejs/undici / functions

Functions2,475 in github.com/nodejs/undici

Functionabort
()
test/issue-5356.js:38
Methodabort
(reason)
lib/core/request.js:76
Methodabort
(reason)
lib/mock/snapshot-agent.js:208
Methodabort
(error)
lib/web/fetch/index.js:129
Methodabort
(reason)
lib/handler/retry-handler.js:59
Methodabort
()
test/redirect-pipeline.js:20
Methodabort
(reason)
test/decorator-handler.js:66
Functionaborted
()
lib/interceptor/cache.js:345
Methodaborted
()
types/dispatcher.d.ts:208
Methodaborted
()
lib/core/request.js:84
Methodaborted
()
lib/handler/retry-handler.js:65
Methodaborted
()
lib/handler/deduplication-handler.js:365
Methodadd
* @param {string} key * @param {any} value * @returns {void}
lib/core/tree.js:45
Methodadd
(request)
lib/web/cache/cache.js:71
Methodadd
(item, cb, hint)
lib/web/websocket/sender.js:32
FunctionaddListener
* @template {import("events").EventEmitter} T * @param {T} obj * @param {string} name * @param {(...args: any[]) => void} listener * @returns {T}
lib/core/util.js:819
Methodany
* @see https://webidl.spec.whatwg.org/#es-any
types/webidl.d.ts:127
Functionappend
(key, value)
test/fetch/formdata.js:294
Methodappend
* @see https://fetch.spec.whatwg.org/#concept-header-list-append * @param {string} name * @param {string} value * @param {boolean} isLowerCas
lib/web/fetch/headers.js:236
FunctionappendData
(socket, data)
test/fuzzing/server/server-fuzz-append-data.js:3
FunctionapplyConnectionWindowSize
(connectionWindowSize)
lib/dispatcher/client-h2.js:533
FunctionarrayBuffer
()
lib/web/fetch/body.js:319
MethodarrayBuffer
* Consumes and returns the body as an ArrayBuffer. * * @see https://fetch.spec.whatwg.org/#dom-body-arraybuffer * @returns {Promise<ArrayBuff
lib/api/readable.js:215
MethodbaseUrl
()
lib/web/fetch/util.js:1465
MethodbinaryType
()
lib/web/websocket/websocket.js:465
Functionblob
()
lib/web/fetch/body.js:298
Functionblob
()
test/fetch/request.js:174
Functionblob
()
test/fetch/response.js:99
Methodblob
* Consumes and returns the body as a Blob * * @see https://fetch.spec.whatwg.org/#dom-body-blob * @returns {Promise<Blob>}
lib/api/readable.js:195
Functionbody
(bodyString)
test/fetch/issue-1447.js:25
Methodbody
* @see https://fetch.spec.whatwg.org/#dom-body-body * @readonly * @returns {ReadableStream}
lib/api/readable.js:247
Methodbody
()
lib/web/fetch/request.js:761
Methodbody
()
lib/web/fetch/response.js:215
MethodbodyUsed
* Returns true if the body is not null and the body has been consumed. * Otherwise, returns false. * * @see https://fetch.spec.whatwg.org/#do
lib/api/readable.js:238
MethodbodyUsed
()
lib/web/fetch/request.js:767
MethodbodyUsed
()
lib/web/fetch/response.js:221
MethodbufferedAmount
()
lib/web/websocket/websocket.js:348
FunctionbuildMockDispatch
()
lib/mock/mock-utils.js:627
Functionbusy
* @param {import('../core/request.js')} request * @returns {boolean}
lib/dispatcher/client-h1.js:924
Functionbusy
* @param {import('../core/request.js')} request * @returns {boolean}
lib/dispatcher/client-h2.js:353
Functionbytes
()
lib/web/fetch/body.js:389
Methodbytes
* Consumes and returns the body as an Uint8Array. * * @see https://fetch.spec.whatwg.org/#dom-body-bytes * @returns {Promise<Uint8Array>}
lib/api/readable.js:205
Functioncancel
()
lib/core/util.js:677
Functioncancel
()
lib/web/fetch/body.js:60
Functioncancel
(reason)
test/fetch/client-fetch.js:120
Functioncancel
()
test/fetch/fire-and-forget.js:62
FunctioncancelAlgorithm
(reason)
lib/web/fetch/index.js:2033
FunctioncheckServerIdentity
()
test/node-test/balanced-pool.js:727
MethodcleanMocks
()
lib/mock/mock-pool.js:57
MethodcleanMocks
()
lib/mock/mock-client.js:57
MethodcleanupAuthenticationListeners
()
lib/dispatcher/socks5-proxy-agent.js:155
MethodcleanupConnectionListeners
()
lib/dispatcher/socks5-proxy-agent.js:197
MethodcleanupTlsListeners
()
lib/dispatcher/socks5-proxy-agent.js:264
Methodclear
* Clears all cached feature detections.
lib/util/runtime-features.js:54
FunctionclearFastTimeout
* The clearTimeout method cancels an instantiated FastTimer previously * created by calling setFastTimeout. * * @param {FastTimer} timeout
lib/util/timers.js:384
FunctionclearTimers
()
test/issue-5087.js:37
MethodclientFactory
(origin: URL, opts: object)
types/proxy-agent.d.ts:26
Methodclone
()
lib/web/fetch/request.js:780
Methodclone
()
lib/web/fetch/response.js:228
Functionclose
()
test/proxy-agent.js:138
Functionclose
(code)
test/http2-goaway-retry-body.js:71
Functionclose
()
test/issue-5087.js:43
Functionclose
()
benchmarks/benchmark.js:254
Functionclose
()
benchmarks/post-benchmark.js:264
Functionclose
()
benchmarks/benchmark-https.js:266
Functionclose
()
benchmarks/benchmark-http2.js:257
Methodclose
()
types/eventsource.d.ts:17
Methodclose
(options?: Partial<WebSocketCloseInfo>)
types/websocket.d.ts:173
Methodclose
()
lib/cache/sqlite-cache-store.js:226
Methodclose
(...args)
lib/dispatcher/dispatcher1-wrapper.js:101
Methodclose
(callback)
lib/dispatcher/dispatcher-base.js:68
Methodclose
()
lib/dispatcher/retry-agent.js:29
Methodclose
()
lib/dispatcher/dispatcher.js:10
Methodclose
* Async close method that saves all recordings and performs cleanup * @returns {Promise<void>}
lib/mock/snapshot-recorder.js:612
Methodclose
()
lib/mock/mock-agent.js:105
Methodclose
* @see https://websockets.spec.whatwg.org/#dom-websocket-close * @param {number|undefined} code * @param {string|undefined} reason
lib/web/websocket/websocket.js:220
Methodclose
(closeInfo = undefined)
lib/web/websocket/stream/websocketstream.js:185
Methodclose
(...args)
test/issue-1757.js:17
Methodclose
(callback)
test/redirect-pipeline.js:32
Methodclose
(cb)
test/pool.js:716
Methodclose
()
test/http2-late-data.js:46
Methodclose
()
test/http2-late-data.js:65
Methodclose
()
test/http2-ping-errors.js:50
Methodclose
()
test/http2-window-size.js:28
Methodclose
()
test/issue-4780.js:28
Methodclose
(...args)
test/mock-agent.js:3468
Methodclose
()
test/http2-response-after-completion.js:62
Methodclose
()
test/http2-response-after-completion.js:81
Methodclose
()
test/node-test/balanced-pool.js:68
Methodclose
(...args)
test/jest/issue-1757.test.js:17
Methodclose
()
test/fixtures/socks5-test-server.js:213
MethodcloseClientIfUnused
()
lib/dispatcher/agent.js:95
MethodcloseCode
()
lib/web/websocket/stream/websocketerror.js:67
FunctioncloseListener
({ websocket, code, reason })
test/websocket/diagnostics-channel-open-close.js:26
MethodclosePoolIfUnused
()
lib/dispatcher/socks5-proxy-agent.js:300
Methodclosed
@returns {boolean}
lib/dispatcher/dispatcher-base.js:64
Methodclosed
()
lib/web/websocket/stream/websocketstream.js:180
MethodclosingInfo
()
lib/web/websocket/receiver.js:500
Methodcode
()
lib/web/websocket/events.js:125
Methodcolno
()
lib/web/websocket/events.js:173
← previousnext →1,401–1,500 of 2,475, ranked by callers