Skip to main content
Go to Latest
function denoKvCacheReadableStream
Re-export
import { denoKvCacheReadableStream } from "https://deno.land/x/fathym_eac_runtime@v0.0.190/mod.ts";

Parameters

fileStream: DenoKVFileStream
cacheKey: Deno.KvKey
stream: ReadableStream<Uint8Array>
cacheSeconds: number
optional
headers: Headers
optional
maxChunkSize = [UNSUPPORTED]