marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.01k stars 1.33k forks source link

fix expire date hardcoded #326

Closed aliraad79 closed 1 year ago

aliraad79 commented 2 years ago

Hi. As mentioned in #325 the cookie expire date was set with a hardcoded string so i replace it with dynamic expire date and have a default like past.

It's my first time contributing to this repo so every comment would be appreciated.