|
|
|
|
|
by 12_throw_away
4 days ago
|
|
It depends. From the link: > If, for any reason, developers need persistent storage [...] they can do so by using the navigator.storage.persist() method of the Storage API. This makes a request for guaranteed permanent storage ... which can be approved (or denied) by the user or by browser defaults. |
|