MCPcopy Create free account
hub / github.com/nodejs/node / createInflate

Function createInflate

deps/undici/src/lib/web/fetch/util.js:1280–1282  ·  view source on GitHub ↗

* @param {zlib.ZlibOptions} [zlibOptions] * @returns {InflateStream}

(zlibOptions)

Source from the content-addressed store, hash-verified

1278 * @returns {InflateStream}
1279 */
1280function createInflate (zlibOptions) {
1281 return new InflateStream(zlibOptions)
1282}
1283
1284/**
1285 * @see https://fetch.spec.whatwg.org/#concept-header-extract-mime-type

Callers 1

onResponseStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected