Filter Type
Constructors
| Constructor |
Description
|
Full Usage:
Filter(?url, ?name, ?domain, ?path, ?secure, ?session, ?httpOnly)
Parameters:
string
-
Retrieves cookies which are associated with url. Empty implies retrieving cookies of all URLs.
?name : string
-
Filters cookies by name.
?domain : string
-
Retrieves cookies whose domains match or are subdomains of domains.
?path : string
-
Retrieves cookies whose path matches path.
?secure : bool
-
Filters cookies by their Secure property.
?session : bool
-
Filters out session or persistent cookies.
?httpOnly : bool
-
Filters cookies by httpOnly.
Returns: Filter
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.domain
|
Retrieves cookies whose domains match or are subdomains of domains. |
Full Usage:
this.httpOnly
|
Filters cookies by httpOnly. |
Full Usage:
this.name
|
Filters cookies by name. |
Full Usage:
this.path
|
Retrieves cookies whose path matches path. |
Full Usage:
this.secure
|
Filters cookies by their Secure property. |
Full Usage:
this.session
|
Filters out session or persistent cookies. |
Full Usage:
this.url
|
Retrieves cookies which are associated with url. Empty implies retrieving cookies of all URLs. |
fable-electron-docs-api