Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

base_cache_directory?: 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.

base_data_directory?: 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.

disk_cache_directory?: string

The directory where HTTP disk cache will be stored.

dom_cache_directory?: string

The directory where DOM cache will be stored.

hsts_cache_directory?: string

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

indexeddb_directory?: string

The directory where IndexedDB databases will be stored.

is_ephemeral?: 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.

itp_directory?: string

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

local_storage_directory?: string

The directory where local storage data will be stored.

offline_application_cache_directory?: string

The directory where offline web application cache will be stored.

service_worker_registrations_directory?: string

The directory where service workers registrations will be stored.

websql_directory?: 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