Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?dataTypes, ?origins, ?excludeOrigins, ?avoidClosingConnections, ?originMatchingMode)
Parameters:
DataTypes[]
-
The types of data to clear. By default, this will clear all types of data. This can potentially include
data types not explicitly listed here. (See Chromium's BrowsingDataRemover for the full list.)
?origins : string[]
-
Clear data for only these origins. Cannot be used with excludeOrigins.
?excludeOrigins : string[]
-
Clear data for all origins except these ones. Cannot be used with origins.
?avoidClosingConnections : bool
-
Skips deleting cookies that would close current network connections. (Default: false)
?originMatchingMode : OriginMatchingMode
-
The behavior for matching data to origins.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.avoidClosingConnections
|
Skips deleting cookies that would close current network connections. (Default: false) |
Full Usage:
this.dataTypes
|
The types of data to clear. By default, this will clear all types of data. This can potentially include data types not explicitly listed here. (See Chromium's BrowsingDataRemover for the full list.) |
Full Usage:
this.excludeOrigins
|
Clear data for all origins except these ones. Cannot be used with origins. |
Full Usage:
this.originMatchingMode
|
The behavior for matching data to origins. |
Full Usage:
this.origins
|
Clear data for only these origins. Cannot be used with excludeOrigins. |
fable-electron-docs-api