andsala / svelte-persistent-store

Persist your svelte store in localStorage or sessionStorage
MIT License
86 stars 6 forks source link

Is it possible to use both ``session`` and ``local`` storage together? #11

Closed sharu725 closed 4 years ago

sharu725 commented 4 years ago

Is it possible to use both session and local storage together?

sharu725 commented 4 years ago

I figured I can use two separate store files and use session and local storage.