Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

browserSupportsWebAuthn

Determine if the browser is capable of WebAuthn. Checks for necessary Web APIs: PublicKeyCredential and Credential Management.

function browserSupportsWebAuthn(): boolean;
§
browserSupportsWebAuthn(): boolean
[src]

§Return Type

§
boolean
[src]

True if browser supports WebAuthn