MCPcopy
hub / github.com/nodejs/undici / onResponseData

Method onResponseData

lib/handler/decorator-handler.js:42–47  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

40 }
41
42 onResponseData (...args) {
43 assert(!this.#onCompleteCalled)
44 assert(!this.#onErrorCalled)
45
46 return this.#handler.onResponseData?.(...args)
47 }
48
49 onResponseEnd (...args) {
50 assert(!this.#onCompleteCalled)

Callers

nothing calls this directly

Calls 1

onResponseDataMethod · 0.65

Tested by

no test coverage detected