ClearStorageDataOptions

external interface ClearStorageDataOptions(source)

Properties

Link copied to clipboard
abstract var origin: String?

Should follow window.location.origin’s representation scheme://host:port.

Link copied to clipboard

The types of quotas to clear, can be temporary, syncable. If not specified, clear all quotas.

Link copied to clipboard

The types of storages to clear, can be cookies, filesystem, indexdb, localstorage, shadercache, websql, serviceworkers, cachestorage. If not specified, clear all storage types.