Skip to content

Implement PasswordCredential #2

@AxelNennker

Description

@AxelNennker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions