Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function readableByteStreamControllerPullInto
import { readableByteStreamControllerPullInto } from "https://deno.land/x/deno@v0.30.0/cli/js/streams/readable-internals.ts";

Parameters

view: ArrayBufferView
forAuthorCode: boolean

Returns

Promise<IteratorResult<ArrayBufferView, any>>