akh9804

Results 2 comments of akh9804

Yes. I wanted to set expires as long as I can. So, I set it as a very large number. ```js Cookies.set('name', 'value', { expires: 100000000000 }); ``` I expected...

You're right. But I didn't know until I looked into source code that the error was due to the large value I put in. I think this one is necessary...