← Back to index
function Deno.iter

Turns a Reader, r, into an async iterator.

Parameters

🔗
options: { bufSize?: number; }

Return Type

🔗
AsyncIterableIterator<Uint8Array>