subtleCrypto top-level property

dynamic get subtleCrypto

This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto). Available only in secure contexts.

MDN Reference

Implementation

_i2.dynamic get subtleCrypto => _i4.getProperty(
      _self,
      'SubtleCrypto',
    );