Read cookie
Read all available cookies
Returns the parsed representation of the string stored in the cookie according to JSON.parse
Returns the parsed representation of all cookies according to JSON.parse
Delete cookie
Create a cookie
Create a new instance of the api that overrides the default decoding implementation. All methods that rely in a proper decoding to work, such as Cookies.remove() and Cookies.get(), will run the converter first for each cookie. The returned string will be used as the cookie value.
Generated using TypeDoc
Allows default cookie attributes to be accessed, changed, or reset