Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose passwords to JavaScript in Credential Manager API
This change implements the proposed change to the Credential Manager API to directly expose passwords to JavaScript. It also deprecates the existing PasswordCredential attributes and the ability to attach a Credential to fetch. See the corresponding GitHub issue and pull request for more details: - w3c/webappsec-credential-management#75 - w3c/webappsec-credential-management#76 - Intent to Deprecate: Custom fetch for Credential Manager API: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WPckvg8JO0U - Intent to Implement and Ship: The password property of PasswordCredential: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/nT51eE7fWn4 BUG=718416 Review-Url: https://codereview.chromium.org/2852423002 Cr-Commit-Position: refs/heads/master@{#473576}
- Loading branch information