Skip to main content
function Deno.iterSync
Deprecated
Deprecated

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

Turns a ReaderSync, r, into an iterator.

Parameters

optional
options: { bufSize?: number; }

Returns

IterableIterator<Uint8Array>