Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method BytesList.prototype.get
Deprecated
Deprecated

Use a plain array of Uint8Arrays instead. See getChunkIndex for finding a chunk by number of bytes.

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

Get indexed byte from chunks

Parameters

i: number

Returns

number