Skip to content
Type

ReadableStreamSourceOptions

Options for ReadableStreamSource.

ts
type ReadableStreamSourceOptions = {
	maxCacheSize?: number;
};

Used by

Properties

maxCacheSize

ts
maxCacheSize?: number;

The maximum number of bytes the cache is allowed to hold in memory. Defaults to 16 MiB.

Released under the Mozilla Public License 2.0.