- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Aug 2024 15:17:16 +0000
- To: public-webauthn@w3.org
emlun has just submitted a new pull request for https://github.com/w3c/webauthn: == Change type of credProps.authenticatorDisplayName to DOMString == As recommended by the [Web IDL spec][1]: >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`. [1]: https://webidl.spec.whatwg.org/#idl-USVString See https://github.com/w3c/webauthn/pull/2115 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 August 2024 15:17:17 UTC