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

std/bytes/mod.ts>BytesList#concat

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

Use a plain array of Uint8Arrays and the concat.ts module instead.

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

Concatenate chunks into single Uint8Array copied.

Returns

Uint8Array