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

    Class WritableStream<W>

    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

    Type Parameters

    • W = any

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get locked(): boolean

      Returns boolean

    Methods

    • Parameters

      • Optionalreason: any

      Returns Promise<void>

    • Returns Promise<void>