Closed shangliyang closed 8 years ago
setDriver
.I'm going to close this issue, but feel free to ask any more questions to help you get up and running. If you want some more basic understanding of localForage
, definitely read up on their repo since this is really just an Angular wrapper around that library.
question 1: angular-localForage support indexedDB, webSQL, localstorage, but i don't know which one it is the default choice ?
question 2: Testing in different environment (chrome, ie, iphone...), did it automatically select to use with indexedDB or webSQL, or localstorage?
question 3: How do I calculate the size of angular-localForage. example: has been used 12 M on my App . question 4: angular- localForage support SQL language?