You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Docummentation suggested that localstorage is supported by referencing to all drivers and unstorage supports localstorage:
Check out here what storage drivers are supported and how to configure them: https://github.com/unjs/unstorage#drivers
How can i use local storage as an session storage?
Use case: I want to store some arbitrary data without purchasing any additional infastructute. The nuxt application is a full static static side hosted on a CDN without server side rendering.
Additional information
Setting driver to localstorage causes the following error with yarn dev:
TypeError: Cannot add property window, object is not extensible localstorage
The text was updated successfully, but these errors were encountered:
Ask your question
Docummentation suggested that localstorage is supported by referencing to all drivers and unstorage supports localstorage:
How can i use local storage as an session storage?
Use case: I want to store some arbitrary data without purchasing any additional infastructute. The nuxt application is a full static static side hosted on a CDN without server side rendering.
Additional information
Setting driver to localstorage causes the following error with
yarn dev
:The text was updated successfully, but these errors were encountered: