Re: [webauthn] Add new getClientCapabilities method (#1923)

Would this make these expressions (ignoring `Promise` indirection) equivalent?

- ```
  isPasskeyPlatformAuthenticatorAvailable()
  ```
- ```
  isUserVerifyingPlatformAuthenticatorAvailable()
    || getClientCapabilities().includes("hybrid-transport")
  ```

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


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

Received on Tuesday, 25 July 2023 16:58:07 UTC