You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2285,6 +2285,9 @@ The following {{DOMException}} exceptions can be raised:
2285
2285
: {{SecurityError}}
2286
2286
:: The [=effective domain=] was not a [=valid domain=],
2287
2287
or <code>{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}}</code> was not equal to or a registrable domain suffix of the [=effective domain=].
2288
+
In the case of [[#sctn-related-origins|related origin requests]],
2289
+
the [=authenticator=] does not support it
2290
+
or there were issues when [[#sctn-validating-relation-origin|validating related origins]].
2288
2291
2289
2292
: {{TimeoutError}}
2290
2293
:: The ceremony was cancelled by the user agent after exceeding the time limit permitted for the ceremony.
@@ -2848,6 +2851,9 @@ The following {{DOMException}} exceptions can be raised:
2848
2851
: {{SecurityError}}
2849
2852
:: The [=effective domain=] was not a [=valid domain=],
2850
2853
or <code>{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}}</code> was not equal to or a registrable domain suffix of the [=effective domain=].
2854
+
In the case of [[#sctn-related-origins|related origin requests]],
2855
+
the [=authenticator=] does not support it
2856
+
or there were issues when [[#sctn-validating-relation-origin|validating related origins]].
2851
2857
2852
2858
: {{TimeoutError}}
2853
2859
:: The ceremony was cancelled by the user agent after exceeding the time limit permitted for the ceremony.
0 commit comments