scotttrinh / angular-localForage

Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)
MIT License
651 stars 86 forks source link

Q: Is there the maximun about angular-localForage #127

Closed yaoyiee closed 8 years ago

yaoyiee commented 8 years ago
  1. Is there the maximun about angular-localForage?

2.How to calculate the size of the data that has been stored?

scotttrinh commented 8 years ago

This repo is really just a wrapper around localForage, so that is a better question for them. I can give you a clue that it depends on the client, since it uses different backends depending on the browser it's loaded in.

Here is some light reading on the subject:

Since this isn't really an angular-localForage issue, I'm closing this issue, but feel free to reply if you have questions about how angular-localForage might effect your storage needs.