--- title: Save password on Browser tags: Utility --- ```js navigator.credentials.store(new PasswordCredential({ id: 'ID', password: 'PASS', })); ``` - [Reference](https://developer.mozilla.org/en-US/docs/Web/API/PasswordCredential)