LargeLocalStorage
LargeLocalStorage copied to clipboard
Q is not defined..
hello how can i use for Vue ?
i import q.js but already receive error for q is not defined..
The Q library is a popular promise library in JavaScript. You have to load this before using LargeLocalStorage. Include from this: https://cdnjs.cloudflare.com/ajax/libs/q.js/1.5.1/q.min.js
I think the storage options provided by browsers are good enough at this point to obviate the need for LargeLocalStorage.
E.g., OPFS is almost available in all browsers. IndexedDB is available in all browsers.