Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method ReadableStreamImpl.prototype.[Symbol.asyncIterator]
import { ReadableStreamImpl } from "https://deno.land/x/deno@v1.0.0/cli/js/web/streams/readable_stream.ts";

Parameters

optional
options: { preventCancel?: boolean; } = [UNSUPPORTED]

Returns

AsyncIterableIterator<R>