Skip to main content
Module

std/bytes/mod.ts>BytesList#concat

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
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.203.0/bytes/mod.ts";

Concatenate chunks into single Uint8Array copied.

Returns

Uint8Array