import { collectUint8Arrays } from "https://deno.land/x/deno@v0.28.0/std/util/async.ts";
Collects all Uint8Arrays from an AsyncIterable and retuns a single Uint8Array with the concatenated contents of all the collected arrays.
import { collectUint8Arrays } from "https://deno.land/x/deno@v0.28.0/std/util/async.ts";
Collects all Uint8Arrays from an AsyncIterable and retuns a single Uint8Array with the concatenated contents of all the collected arrays.