We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a website developer I want to create a new PasswordCredential object by writing e.g.:
var credential = new PasswordCredential("JaneDoe98","MfPeRQq5P3yVry68Q4KZMMhB");
Please note the difference to the current spec which requires an objects as parameter:
var credential = new PasswordCredential({ "id": "JaneDoe98", "password": "MfPeRQq5P3yVry68Q4KZMMhB" });
This is not possible with the current WebIDL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a website developer I want to create a new PasswordCredential object by writing e.g.:
Please note the difference to the current spec which requires an objects as parameter:
This is not possible with the current WebIDL.
The text was updated successfully, but these errors were encountered: