Interface ReadableStreamValuesOptions

interface ReadableStreamValuesOptions {
    preventCancel?: boolean;
}

Properties

Properties

preventCancel?: boolean