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

raashidanwar has just created a new issue for https://github.com/w3c/webauthn:

== getTransports() should return string instead of Array of String's  ==
The [getTransports()](https://w3c.github.io/webauthn/#dom-authenticatorattestationresponse-gettranspor)  returns`[[transports]]` which is an array of string's, an `attestationObject` is unique to one Authenticator and an Authenticator is either a one of the```"usb", "nfc", "ble", "internal" ```, can't be multiple at same time right? then why not just return only string?

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1712 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 18:35:53 UTC