LargeLocalStorage icon indicating copy to clipboard operation
LargeLocalStorage copied to clipboard

Q is not defined..

Open SERDARPINAR opened this issue 4 years ago • 2 comments

hello how can i use for Vue ?

i import q.js but already receive error for q is not defined..

SERDARPINAR avatar Oct 17 '21 13:10 SERDARPINAR

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

abtp2 avatar Jul 07 '24 15:07 abtp2

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.

tantaman avatar Jul 09 '24 13:07 tantaman