deleteCookie
Delete cookies visible to the current page. By providing a cookie name it just removes the single cookie.
Usage
1 | client.deleteCookie([name]).then(callback); |
Parameters
Param | Type | Details |
---|---|---|
name optional |
String | name of cookie to be deleted |
Example
1 | client |
1 | client |