w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials
https://w3c.github.io/webauthn/
Other
1.19k stars 171 forks source link

Change type of credProps.authenticatorDisplayName to DOMString #2115

Closed emlun closed 2 months ago

emlun commented 3 months ago

As recommended by the Web IDL spec:

Specifications should only use USVString for APIs that perform text processing and need a string of scalar values to operate on. Most APIs that use strings should instead be using DOMString, which does not make any interpretations of the code units in the string. When in doubt, use DOMString.


Implementation commitment:

Documentation and checks


Preview | Diff

emlun commented 2 months ago

Top comment updated with links to bug trackers.