interface BrowserReadableStreamToItOptions {
    preventCancel?: boolean;
}

Properties

Properties

preventCancel?: boolean