Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BytesStream

import { BytesStream } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";

§Classes

BytesStream.ReadingTask

The byte stream reading task.

§Type Aliases

BytesStream.Source

The ReadableStream of Uint8Array or the async iterator of Uint8Array.