Header menu logo fable-electron-docs-api

Cause Type

Union cases

Union case Description

Evicted

Full Usage: Evicted

The cookie was automatically evicted during garbage collection.

Expired

Full Usage: Expired

The cookie was automatically removed as it expired.

ExpiredOverwrite

Full Usage: ExpiredOverwrite

The cookie was overwritten with an already-expired expiration date.

Explicit

Full Usage: Explicit

The cookie was changed directly by a consumer's action.

Overwrite

Full Usage: Overwrite

The cookie was automatically removed due to an insert operation that overwrote it.

Instance members

Instance member Description

this.IsEvicted

Full Usage: this.IsEvicted

Returns: bool
Returns: bool

this.IsExpired

Full Usage: this.IsExpired

Returns: bool
Returns: bool

this.IsExpiredOverwrite

Full Usage: this.IsExpiredOverwrite

Returns: bool
Returns: bool

this.IsExplicit

Full Usage: this.IsExplicit

Returns: bool
Returns: bool

this.IsOverwrite

Full Usage: this.IsOverwrite

Returns: bool
Returns: bool

Type something to start searching.