Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/deps.ts>Buffer.concat

Port of fb55/htmlparser2 for Deno
Latest
method Buffer.concat
import { Buffer } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts";

Returns a new Buffer which is the result of concatenating all the Buffer instances in the list together.

Parameters

list: Buffer[] | Uint8Array[]
optional
totalLength: number