ElectronClearCodeCachesOptions
Unofficial
Options controlling which code caches are cleared.
Import:
import type { ElectronClearCodeCachesOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronClearCodeCachesOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| urls? | string[] | An array of URLs corresponding to the resources whose generated code cache needs to be removed. If empty, all entries are removed. |