[webauthn] Pull Request: Remove mention of a timeout for isUserVerifyingPlatformAuthenticatorAvailable

agl has just submitted a new pull request for https://github.com/w3c/webauthn:

== Remove mention of a timeout for isUserVerifyingPlatformAuthenticatorAvailable ==
As discussed on the issue, implementations appear to be converging on
implementing this call without prompting the user and returning
immediately. The wording in this section is loose enough that
implementations that wish to continue using a timeout can find enough
slack to do so, but this change removes the firm suggestion to do so.

Also, align the spacing of “Promise<T>” to match the style used
elsewhere in the W3C specs.

Fixes #575

See https://github.com/w3c/webauthn/pull/904

Received on Friday, 11 May 2018 17:08:22 UTC