Does Pinia or a Pinia-Plugin navigator.storage.persist()? #2437
Unanswered
hellmediadev
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With navigator.storage.persist() you can request permission to use a persistant storage which will also not be deleted when you clear browser data.
https://developer.mozilla.org/en-US/docs/Web/API/StorageManager/persist
I would like to store the data "as persistant" as possible.
Beta Was this translation helpful? Give feedback.
All reactions