@@ -685,38 +685,6 @@ dictionary DisconnectedAccount {
685
685
required USVString account_id;
686
686
};
687
687
</xmp>
688
- ## The IdentityCredentialError Interface ## {#browser-api-identity-credential-error-interface}
689
- <!-- ============================================================ -->
690
-
691
- This specification introduces a new type of {{DOMException}} , the {{IdentityCredentialError}} . It
692
- is used when the [=IDP=] cannot create an {{IdentityCredential}} after the user has requested to use
693
- a federated account.
694
-
695
- <pre class="idl">
696
- [Exposed=Window, SecureContext]
697
- interface IdentityCredentialError: DOMException {
698
- constructor(optional DOMString message = "", IdentityCredentialErrorInit options);
699
- readonly attribute DOMString code;
700
- readonly attribute DOMString url;
701
- };
702
- </pre>
703
-
704
- <div algorithm="IdentityCredentialError constructor">
705
- The {{IdentityCredentialError/constructor()}} , given a |realm|, a {{DOMString}} |message| and a
706
- {{IdentityCredentialErrorInit}} |options| must run the following steps:
707
- 1. Invoke the {{DOMException}} 's {{DOMException/constructor()}} , passing |realm| and |message|.
708
- 1. Set <a>this</a> .{{IdentityCredentialError/code}} to |options|.{{IdentityCredentialError/code}} .
709
- 1. Set <a>this</a> .{{IdentityCredentialError/url}} to |options.{{IdentityCredentialError/url}} .
710
- </div>
711
-
712
- <dl>
713
- : <b> {{IdentityCredentialError/code}} </b>
714
- :: The {{IdentityCredentialError/code}} 's attribute getter returns the value it is set to.
715
- It represents the type of error which resulted in an {{IdentityCredential}} not being created.
716
- : <b> {{IdentityCredentialError/url}} </b>
717
- :: The {{IdentityCredentialError/url}} 's attribute getter returns the value it is set to.
718
- It represents a URL where the user can learn more information about the error.
719
- </dl>
720
688
721
689
<!-- ============================================================ -->
722
690
## The IdentityCredentialError Interface ## {#browser-api-identity-credential-error-interface}
@@ -1473,13 +1441,6 @@ dictionary IdentityProviderToken {
1473
1441
};
1474
1442
</xmp>
1475
1443
1476
- <xmp class="idl">
1477
- dictionary IdentityCredentialErrorInit {
1478
- DOMString code;
1479
- DOMString url;
1480
- };
1481
- </xmp>
1482
-
1483
1444
<!-- ============================================================ -->
1484
1445
### Request permission to sign-up ### {#request-permission-signup}
1485
1446
<!-- ============================================================ -->
0 commit comments