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

x/simplewebauthn/packages/browser/src/helpers/webAuthnAbortService.ts>WebAuthnAbortService

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
Latest
variable WebAuthnAbortService
import { WebAuthnAbortService } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/browser/src/helpers/webAuthnAbortService.ts";

A service singleton to help ensure that only a single WebAuthn ceremony is active at a time.

Users of @simplewebauthn/browser shouldn't typically need to use this, but it can help e.g. developers building projects that use client-side routing to better control the behavior of their UX in response to router navigation events.

type

BaseWebAuthnAbortService