@shopify/oxygen-workers-types
    Preparing search index...

    Class CryptoAbstract

    The Web Crypto API provides a set of low-level functions for common cryptographic tasks. The Workers runtime implements the full surface of this API, but with some differences in the supported algorithms compared to those implemented in most browsers.

    Cloudflare Docs Reference

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    DigestStream: typeof DigestStream

    Accessors

    Methods

    • Type Parameters

      • T extends
            | Int8Array<ArrayBufferLike>
            | Uint8Array<ArrayBufferLike>
            | Int16Array<ArrayBufferLike>
            | Uint16Array<ArrayBufferLike>
            | Int32Array<ArrayBufferLike>
            | Uint32Array<ArrayBufferLike>
            | BigInt64Array<ArrayBufferLike>
            | BigUint64Array<ArrayBufferLike>

      Parameters

      • buffer: T

      Returns T

    • Available only in secure contexts.

      MDN Reference

      Returns string