Interface LimitedTransformStreamOptions

interface LimitedTransformStreamOptions {
    error?: boolean;
}

Properties

Properties

error?: boolean

If true, a RangeError is thrown when the total number of enqueued chunks is about to exceed the specified limit.

{false}