Skip to content

ElectronResourceUsage

Unofficial

Usage information of Blink’s internal memory caches.

Import:

import type { ElectronResourceUsage } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronResourceUsage

Properties

PropertyTypeDescription
cssStyleSheetsElectronMemoryUsageDetailsUsage details for the CSS style sheets cache.
fontsElectronMemoryUsageDetailsUsage details for the fonts cache.
imagesElectronMemoryUsageDetailsUsage details for the images cache.
otherElectronMemoryUsageDetailsUsage details for other cached resources.
scriptsElectronMemoryUsageDetailsUsage details for the scripts cache.
xslStyleSheetsElectronMemoryUsageDetailsUsage details for the XSL style sheets cache.

Links to this page: