Members
-
<static> foo :string
-
A public property
Type:
- string
- Source:
Methods
-
delete(name)
-
Expire the named cookie from the browser
Parameters:
Name Type Description name
string Name of the cookie to expire i.e. delete
- Source:
-
set(paramOne, paramTwo [, paramThree])
-
Add a cookie in the legacy format
Parameters:
Name Type Argument Description paramOne
string Thing one
paramTwo
array | string Thing two (could be string, could be array)
paramThree
module:exampleUtilityOne~Options <optional>
Complicated thing
- Source: