Skip to main content
Module

x/fido2/lib/main.js>appendBuffer

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
variable appendBuffer
import { appendBuffer } from "https://deno.land/x/fido2@3.2.5/lib/main.js";

Creates a new Uint8Array based on two different ArrayBuffers

type

(buffer1, buffer2) => unknown