Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/streams/readable-stream.ts>createReadableByteStream

A modern runtime for JavaScript and TypeScript.
Go to Latest
function createReadableByteStream
import { createReadableByteStream } from "https://deno.land/x/deno@v0.30.0/cli/js/streams/readable-stream.ts";

Type Parameters

OutputType

Parameters

startAlgorithm: rs.StartAlgorithm
pullAlgorithm: rs.PullAlgorithm<OutputType>
cancelAlgorithm: rs.CancelAlgorithm
optional
highWaterMark: number
optional
autoAllocateChunkSize: number