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

    Class DigestStream

    This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.

    MDN Reference

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    digest: Promise<ArrayBuffer>

    Accessors

    • get bytesWritten(): number | bigint

      Returns number | bigint

    • get locked(): boolean

      Returns boolean

    Methods

    • Parameters

      • Optionalreason: any

      Returns Promise<void>