Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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>