private static get hasSubtleCrypto()

in src/auth/Crypto.ts [6:8]


    private static get hasSubtleCrypto() {
        return typeof window !== 'undefined' && typeof window.crypto !== 'undefined' && typeof window.crypto.subtle !== 'undefined';
    }