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 { /** * WebAuthn API(`navigator.credentials.get()`)の失敗時に受け取るエラーオブジェクト。 * DOMException の少なくとも `name` および `message` プロパティを含む必要があります。 * @type {WebAuthnErrorDetails} */ error: WebAuthnErrorDetails; }
navigator.credentials.get()