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