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.