Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ReportBrowserErrorOptions { /** * L'objet d'erreur reçu lors de l'échec de l'API WebAuthn (`navigator.credentials.get()`). * Celui-ci doit inclure au moins les propriétés `name` et `message` du DOMException. * @type {WebAuthnErrorDetails} */ error: WebAuthnErrorDetails; }
navigator.credentials.get()