Interface LimitedBytesTransformStreamOptions

interface LimitedBytesTransformStreamOptions {
    error?: boolean;
}

Properties

Properties

error?: boolean

If true, a RangeError is thrown when queueing the current chunk would exceed the specified size limit.

{false}