Skip to content

Commit e69c7f4

Browse files
committed
rebase
1 parent b5e9107 commit e69c7f4

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

spec/index.bs

-39
Original file line numberDiff line numberDiff line change
@@ -685,38 +685,6 @@ dictionary DisconnectedAccount {
685685
required USVString account_id;
686686
};
687687
</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>
720688

721689
<!-- ============================================================ -->
722690
## The IdentityCredentialError Interface ## {#browser-api-identity-credential-error-interface}
@@ -1473,13 +1441,6 @@ dictionary IdentityProviderToken {
14731441
};
14741442
</xmp>
14751443

1476-
<xmp class="idl">
1477-
dictionary IdentityCredentialErrorInit {
1478-
DOMString code;
1479-
DOMString url;
1480-
};
1481-
</xmp>
1482-
14831444
<!-- ============================================================ -->
14841445
### Request permission to sign-up ### {#request-permission-signup}
14851446
<!-- ============================================================ -->

0 commit comments

Comments
 (0)