Skip to content

Commit

Permalink
Remove 3 PasswordCredential attributes which were unshipped (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Mar 9, 2021
1 parent 151b4cd commit 39a29a5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 191 deletions.
3 changes: 3 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8471,6 +8471,9 @@
/en-US/docs/Web/API/ParentNode.children /en-US/docs/Web/API/ParentNode/children
/en-US/docs/Web/API/ParentNode.firstElementChild /en-US/docs/Web/API/ParentNode/firstElementChild
/en-US/docs/Web/API/ParentNode.lastElementChild /en-US/docs/Web/API/ParentNode/lastElementChild
/en-US/docs/Web/API/PasswordCredential/additionalData /en-US/docs/Web/API/PasswordCredential
/en-US/docs/Web/API/PasswordCredential/idName /en-US/docs/Web/API/PasswordCredential
/en-US/docs/Web/API/PasswordCredential/passwordName /en-US/docs/Web/API/PasswordCredential
/en-US/docs/Web/API/Path2D.Path2D /en-US/docs/Web/API/Path2D/Path2D
/en-US/docs/Web/API/Path2D.addPath /en-US/docs/Web/API/Path2D/addPath
/en-US/docs/Web/API/PaymentAddress/PaymentAddress.country /en-US/docs/Web/API/PaymentAddress/country
Expand Down
75 changes: 0 additions & 75 deletions files/en-us/web/api/passwordcredential/additionaldata/index.html

This file was deleted.

55 changes: 0 additions & 55 deletions files/en-us/web/api/passwordcredential/idname/index.html

This file was deleted.

6 changes: 0 additions & 6 deletions files/en-us/web/api/passwordcredential/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@ <h2 id="Properties">Properties</h2>
<p><em>Inherits properties from its ancestor, {{domxref("Credential")}}.</em></p>

<dl>
<dt>{{domxref("PasswordCredential.additionalData")}} {{deprecated_inline()}}{{securecontext_inline}}</dt>
<dd>One of a {{domxref("FormData")}} instance, a {{domxref("URLSearchParams")}} instance, or null. The data in the objects will be added to the {{domxref("request")}} body and sent to the remote endpoint with the credentials.</dd>
<dt>{{domxref("PasswordCredential.iconURL")}} {{readonlyinline}}{{securecontext_inline}}</dt>
<dd>A {{domxref("USVString")}} containing a URL pointing to an image for an icon. This image is intended for display in a credential chooser. The URL must be accessible without authentication.</dd>
<dt>{{domxref("PasswordCredential.idName")}} {{deprecated_inline()}}{{securecontext_inline}}</dt>
<dd>A {{domxref("USVString")}} containing the name that will be used for the ID field when submitting the current object to a remote endpoint via {{domxref("fetch")}}. This property defaults to 'username', but may be overridden to match whatever the backend service expects.</dd>
<dt>{{domxref("PasswordCredential.name")}} {{readonlyinline}}{{securecontext_inline}}</dt>
<dd>A {{domxref("USVString")}} containing a human-readable public name for display in a credential chooser.</dd>
<dt>{{domxref("PasswordCredential.password")}} {{readonlyinline}}{{securecontext_inline}}</dt>
<dd>A {{domxref("USVString")}} containing the password of the credential.</dd>
<dt>{{domxref("PasswordCredential.passwordName")}} {{deprecated_inline()}}{{securecontext_inline}}</dt>
<dd>A {{domxref("USVString")}} representing the name that will be used for the password field when submitting the current object to a remote endpoint via {{domxref("fetch")}}. This property defaults to 'password', but may be overridden to match whatever the backend service expects.</dd>
</dl>

<h3 id="Event_handlers">Event handlers</h3>
Expand Down
55 changes: 0 additions & 55 deletions files/en-us/web/api/passwordcredential/passwordname/index.html

This file was deleted.

0 comments on commit 39a29a5

Please sign in to comment.