import { collectUint8Arrays } from "https://deno.land/std@v0.42.0/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/std@v0.42.0/util/async.ts";
Collects all Uint8Arrays from an AsyncIterable and retuns a single Uint8Array with the concatenated contents of all the collected arrays.