Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/bytes/mod.ts>BytesList#iterator

Deno standard library
Go to Latest
method BytesList.prototype.iterator
Deprecated
Deprecated

Use a plain array of Uint8Arrays instead.

import { BytesList } from "https://deno.land/std@0.201.0/bytes/mod.ts";

Iterator of bytes from given position

Parameters

optional
start = [UNSUPPORTED]

Returns

IterableIterator<number>