Skip to content
Type

BlobSourceOptions

Options for BlobSource.

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

Used by

Properties

maxCacheSize

ts
maxCacheSize?: number;

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

Released under the Mozilla Public License 2.0.