Skip to content

Commit 6d0895e

Browse files
committed
Punt on summarizing extension exceptions
1 parent 3331b21 commit 6d0895e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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()}}.
22602260
Some exceptions can have multiple reasons for why they happened,
22612261
requiring 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

22652267
The 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()}}.
28332835
Some exceptions can have multiple reasons for why they happened,
28342836
requiring 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

28382842
The following {{DOMException}} exceptions can be raised:
28392843

0 commit comments

Comments
 (0)