AboutSupportDeveloper GuideVersion 45.148.100.77
interface ClearCacheOption {
    appcache?: boolean;
    cache?: boolean;
    cookies?: boolean;
    localStorage?: boolean;
    windowState?: boolean;
}

Properties

appcache?: boolean

html5 application cache

cache?: boolean

browser data cache for html files and images

cookies?: boolean

browser cookies

localStorage?: boolean

browser data that can be used across sessions

windowState?: boolean

Clears saved window-state data written for windows that use saveWindowState. After this data is cleared, previously persisted bounds and state (Maximized/Minimized) will not be restored until new state is written again.