import { StytchClient } from '@stytch/vanilla-js'; const stytch = new StytchClient('${publicToken}'); stytch.webauthn.browserSupportsAutofill().then((browserSupportsAutofill) => { console.log({ browserSupportsAutofill }); });
Browser Supports Autofill using the Stytch Vanilla JS SDK
conditional_mediation