Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

baseCacheDirectory?: string

The base directory for Website cache. This is used as a base directory for any Website cache when no specific cache directory has been provided.

baseDataDirectory?: string

The base directory for Website data. This is used as a base directory for any Website data when no specific data directory has been provided.

diskCacheDirectory?: string

The directory where HTTP disk cache will be stored.

domCacheDirectory?: string

The directory where DOM cache will be stored.

hstsCacheDirectory?: string

The directory where the HTTP Strict-Transport-Security (HSTS) cache will be stored.

indexeddbDirectory?: string

The directory where IndexedDB databases will be stored.

isEphemeral?: boolean

Whether the #WebKitWebsiteDataManager is ephemeral. An ephemeral #WebKitWebsiteDataManager handles all websites data as non-persistent, and nothing will be written to the client storage. Note that if you create an ephemeral #WebKitWebsiteDataManager all other construction parameters to configure data directories will be ignored.

itpDirectory?: string

The directory where Intelligent Tracking Prevention (ITP) data will be stored.

localStorageDirectory?: string

The directory where local storage data will be stored.

offlineApplicationCacheDirectory?: string

The directory where offline web application cache will be stored.

serviceWorkerRegistrationsDirectory?: string

The directory where service workers registrations will be stored.

websqlDirectory?: string

The directory where WebSQL databases will be stored.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method