ClearDataOptions

external interface ClearDataOptions(source)

Properties

Link copied to clipboard

Skips deleting cookies that would close current network connections. (Default: false)

Link copied to clipboard

The types of data to clear. By default, this will clear all types of data.

Link copied to clipboard
abstract var excludeOrigins: <Error class: unknown class><String>?

Clear data for all origins except these ones. Cannot be used with origins.

Link copied to clipboard

The behavior for matching data to origins.

Link copied to clipboard
abstract var origins: <Error class: unknown class><String>?

Clear data for only these origins. Cannot be used with excludeOrigins.