Skip to main content
function Deno.iter
Deprecated
Deprecated

Use iterateReader from std/streams/conversion.ts instead. Deno.iter will be removed in the future.

Turns a Reader, r, into an async iterator.

Parameters

optional
options: { bufSize?: number; }

Returns

AsyncIterableIterator<Uint8Array>