This is an implementation report for WebAuthn, as of December 2020.
New features of WebAuthn 2 are:
As of 31 March 2021.
For more details, see the web-platform-tests snapshot of March 2, 2021.
Chrome and edge share IDL and then get turned into other things down the line. Thus chrome and windows are different in their code. (see WebAuthn minutes 31 March 2021).
getTransports isn't tested but is implemented by Chrome/Edge (as shown in the idl_harness test).
Enterprise Attestation, Apple Attestation aren't testable using WPT, but have been implemented in Chrome.
microsoft/webauthn includes Win32 headers for communicating to Windows Hello and external security keys as part of WebAuthN and CTAP specification. This has been tested but not integrated yet (see WebAuthn minutes 31 March 2021).