Skip to main content
Module

x/fido2/lib/main.js>tools.cbor.decodeIter

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Latest
function tools.cbor.decodeIter
import { tools } from "https://deno.land/x/fido2@3.5.1/lib/main.js";
const { decodeIter } = tools.cbor;

Given an Iterable/Iterator input which yields buffers, returns an IterableIterator which yields sync decoded objects Or, given an Async Iterable/Iterator which yields promises resolving in buffers, returns an AsyncIterableIterator.

Parameters

bufferIterator
optional
options = [UNSUPPORTED]
  • Decoder options