Closed zacknewman closed 3 months ago
Credential.id is currently a USVString. I'm still a little bit confused when DOMString or USVString should be used, but several PRs have occurred converting USVStrings to DOMStrings. Should the same happen here?
Credential.id
USVString
DOMString
This issue would be best handled in https://github.com/w3c/webappsec-credential-management.
Yes, Credential.id is inherited from the Credential interface defined in the Credential Management spec.
Credential
Credential.id
is currently aUSVString
. I'm still a little bit confused whenDOMString
orUSVString
should be used, but several PRs have occurred convertingUSVString
s toDOMString
s. Should the same happen here?