Dalek.DriverNative.Commands.Cookie Class
Cookie related methods
Item Index
Methods
Methods
_setCookieCb
(
Object
private
-
name -
contents -
hash
Sends out an event with the results of the setCookie call
Parameters:
-
nameStringName of the cookie
-
contentsStringContents of the cookie
-
hashStringUnique hash of that fn call
Returns:
Object:
promise Exists promise
setCookie
(
chainable
-
name -
contents -
hash
Sets an cookie
Parameters:
-
nameStringName of the cookie
-
contentsStringContents of the cookie
-
hashStringUnique hash of that fn call
