cookies.js icon indicating copy to clipboard operation
cookies.js copied to clipboard

Add a way to get the raw value of the cookie

Open kirly-af opened this issue 6 years ago • 1 comments

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 avatar Oct 17 '19 13:10 kirly-af

@kirly-af

Could you post some code?

madmurphy avatar Oct 31 '19 22:10 madmurphy