Skip to main content
Module

x/fido2/lib/toolbox.js>cbor.decodeIter

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
function cbor.decodeIter
import { cbor } from "https://deno.land/x/fido2@3.3.2/lib/toolbox.js";
const { decodeIter } = 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]