This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The store() method of the CredentialsContainer stores a set of credentials for the user inside a Credential instance, returning this in a Promise.
This method is restricted to top-level contexts. Calls to it within an <iframe> element will resolve without effect.
Syntax
CredentialsContainer.store(Credential).then(function(Credential) { ... } )
Parameters
- Credentials
- A valid
Credentialinstance.
Returns
A Promise, resolving to the passed Credential instance.
Example
// TBD
Specifications
| Specification | Status | Comment |
|---|---|---|
| Credential Management Level 1 | Working Draft | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
store | Chrome Full support 51 | Edge Full support ≤79 | Firefox Full support Yes | IE ? | Opera No support No | Safari ? | WebView Android Full support 51 | Chrome Android Full support 51 | Firefox Android Full support Yes | Opera Android No support No | Safari iOS ? | Samsung Internet Android Full support 5.0 |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
