tantaman / LargeLocalStorage

Problem: You need to store a large amount of key-value based data in IE, Chrome, Safari, AND Firefox
MIT License
530 stars 48 forks source link

Q is not defined.. #11

Open SERDARPINAR opened 3 years ago

SERDARPINAR commented 3 years ago

hello how can i use for Vue ?

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

abtp2 commented 4 months ago

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

tantaman commented 4 months ago

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.