Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/util/streams.ts>streamToBytes

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function streamToBytes
import { streamToBytes } from "https://deno.land/x/earthstar@v10.0.0-beta.6/src/util/streams.ts";

Parameters

stream: ReadableStream<Uint8Array>

Returns

Promise<Uint8Array>