[webauthn] new commits pushed by selfissued

The following commits were just pushed by selfissued to https://github.com/w3c/webauthn:

* Fix feature detection. (#808)

The current feature detection code will throw a 'ReferenceError', as 'PublicKeyCredential'
doesn't exist. Adding 'window.' turns it into a property lookup, which fails gracefully.
  by Mike West
https://github.com/w3c/webauthn/commit/adbda3ec2ba2cfce06f57a7da45b1fca5170fbbb

Received on Wednesday, 21 February 2018 18:09:17 UTC