cookies.js
cookies.js copied to clipboard
Add a way to get the raw value of the cookie
Hi,
I have a case were I use getItem on a cookie that is not compatible with decodeURIComponent().
I should be able to pass a flag to getItem and setItem to avoid the URIComponent conversion.
@kirly-af
Could you post some code?