⚠️ Internal: This API is not publically exported by the package.

Interface ReadableStreamGenericReader

interface ReadableStreamGenericReader {
    closed: Promise<undefined>;
    cancel(reason?): Promise<void>;
}

Hierarchy

Methods

Properties

Methods

  • Parameters

    • Optional reason: any

    Returns Promise<void>

Properties

closed: Promise<undefined>