File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2259,8 +2259,10 @@ authorizing an authenticator. When <code>|options|.{{CredentialCreationOptions/m
22592259[=[WRPS]=] can encounter a number of exceptions from a call to {{CredentialsContainer/create()|navigator.credentials.create()}}.
22602260Some exceptions can have multiple reasons for why they happened,
22612261requiring the [=[WRPS]=] to infer the actual reason based on their use of WebAuthn.
2262- Some exceptions that can be raised during processing of [=WebAuthn Extensions=]
2263- defined outside of this specification may not be listed here.
2262+
2263+ Note: Exceptions that can be raised during processing of any [=WebAuthn Extensions=],
2264+ including ones defined outside of this specification,
2265+ are not listed here.
22642266
22652267The following {{DOMException}} exceptions can be raised:
22662268
@@ -2832,8 +2834,10 @@ The steps for [=issuing a credential request to an authenticator=] are as follow
28322834[=[WRPS]=] can encounter a number of exceptions from a call to {{CredentialsContainer/get()|navigator.credentials.get()}}.
28332835Some exceptions can have multiple reasons for why they happened,
28342836requiring the [=[WRPS]=] to infer the actual reason based on their use of WebAuthn.
2835- Some exceptions that can be raised during processing of [=WebAuthn Extensions=]
2836- defined outside of this specification may not be listed here.
2837+
2838+ Note: Exceptions that can be raised during processing of any [=WebAuthn Extensions=],
2839+ including ones defined outside of this specification,
2840+ are not listed here.
28372841
28382842The following {{DOMException}} exceptions can be raised:
28392843
You can’t perform that action at this time.
0 commit comments