Cause Type
Union cases
| Union case |
Description
|
Full Usage:
Evicted
|
The cookie was automatically evicted during garbage collection. |
Full Usage:
Expired
|
The cookie was automatically removed as it expired. |
Full Usage:
ExpiredOverwrite
|
The cookie was overwritten with an already-expired expiration date. |
Full Usage:
Explicit
|
The cookie was changed directly by a consumer's action. |
Full Usage:
Overwrite
|
The cookie was automatically removed due to an insert operation that overwrote it. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEvicted
Returns: bool
|
|
Full Usage:
this.IsExpired
Returns: bool
|
|
Full Usage:
this.IsExpiredOverwrite
Returns: bool
|
|
Full Usage:
this.IsExplicit
Returns: bool
|
|
Full Usage:
this.IsOverwrite
Returns: bool
|
|
fable-electron-docs-api