[webauthn] new commits pushed by emlun

The following commits were just pushed by emlun to 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
  by Adam Langley
https://github.com/w3c/webauthn/commit/f55c4c3a38ef18349b1feb91f8763875c39758d5

* Remove confirmation prompt from isUserVerifyingPlatformAuthenticatorAvailable()

See:

- https://github.com/w3c/webauthn/issues/575#issuecomment-386059592
- https://github.com/w3c/webauthn/issues/575#issuecomment-386650507
- https://github.com/w3c/webauthn/issues/575#issuecomment-393134099
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/ad22fce9fbe6685490dd767bb52445e600c9af88

Received on Wednesday, 30 May 2018 14:26:50 UTC