Re: [webauthn] getTransports() should return string instead of Array of string's (#1712)

No, it returns a list of all the transports the authenticator is believed to support, which can be more than one. For example, both USB and NFC. So it is correct for `getTransports()` to return a `Set` or `List`.

[`PublicKeyCredential.authenticatorAttachment`](https://w3c.github.io/webauthn/#dom-publickeycredential-authenticatorattachment), however, expresses the _current_ attachment mode used for that particular registration or authentication operation (not with the same granularity as `transports`, though), and so only returns a single value. That attribute is not yet supported in this library.

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1712#issuecomment-1079333653 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 25 March 2022 19:00:49 UTC