Skip to main content
Module

x/iterable_file_server/mod.ts>accumulate

Serve items from `AsyncIterable<File>`
Latest
function accumulate
import { accumulate } from "https://deno.land/x/iterable_file_server@v0.2.0/mod.ts";

Parameters

src: AsyncIterable<File>
cache: Cache

Returns

Promise<void>