voltace / browser-cookies

Tiny cookies library for the browser
The Unlicense
89 stars 19 forks source link

Convert cookie to string before setting #18

Open jean-smaug opened 6 years ago

jean-smaug commented 6 years ago

And also add yarn.lock

YuriGor commented 5 years ago

Hi, @jean-smaug, what about JSON.parse on get? Then you will need no check if it string or not.