Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

webAuthnAbortService

Singleton instance to ensure only one WebAuthn ceremony is active at a time. This prevents "operation already in progress" errors when retrying WebAuthn operations.

const webAuthnAbortService: WebAuthnAbortService;