[w3c/webauthn] 34d8b6: Change type of credProps.authenticatorDisplayName ...

  Branch: refs/heads/main
  Home:   https://github.com/w3c/webauthn
  Commit: 34d8b60de1f7e0e0e29b9f082e51ffa9012411dc
      https://github.com/w3c/webauthn/commit/34d8b60de1f7e0e0e29b9f082e51ffa9012411dc
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  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


  Commit: 6a795162349c0f7daa6d714bd6bff521dda5ed0d
      https://github.com/w3c/webauthn/commit/6a795162349c0f7daa6d714bd6bff521dda5ed0d
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2024-08-28 (Wed, 28 Aug 2024)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #2115 from w3c/authenticatorDisplayName-DOMString

Change type of credProps.authenticatorDisplayName to DOMString


Compare: https://github.com/w3c/webauthn/compare/93193a1dcfdd...6a795162349c

To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications

Received on Wednesday, 28 August 2024 12:43:55 UTC