Skip to main content
Go to Latest
method Readable.fromWeb
import { Readable } from "https://deno.land/std@0.154.0/node/_stream.d.ts";

A utility method for creating Readable from a ReadableStream.

Parameters

readableStream: globalThis.ReadableStream
optional
options: Pick<ReadableOptions,
| "encoding"
| "highWaterMark"
| "objectMode"
| "signal"
>