There isn't exactly a "correct" way to check for basic WebAuthn support, and the feature detection APIs are not ready. Perhaps we should offer a de facto approach like https://developers.google.com/web/updates/2018/03/webauthn-credential-management in this library, since feature detection is the one thing most sites will need to do other than create and get calls.
There isn't exactly a "correct" way to check for basic WebAuthn support, and the feature detection APIs are not ready. Perhaps we should offer a de facto approach like https://developers.google.com/web/updates/2018/03/webauthn-credential-management in this library, since feature detection is the one thing most sites will need to do other than
create
andget
calls.