marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Add info on storage limits #186

Closed marcuswestin closed 7 years ago

marcuswestin commented 7 years ago

Noting limits and behavior on excess would be meaningful. See https://www.html5rocks.com/en/tutorials/offline/quota-research/#toc-overview

krizzu commented 7 years ago

Hey Marcus, I'm going to work on this one! Would You like to extend README file with limits of storages or creating a separate doc file would be preferred?

marcuswestin commented 7 years ago

Thank you! 🙏

Not sure, haven't thought that through yet :) I'll leave it to you to figure out what's best!

marcuswestin commented 7 years ago

See also #81 which points to http://stackoverflow.com/questions/7245462/html5-localstorage-space-limit-on-ipad-safari (may not be very relevant, but thought I'd collect info in one place).

marcuswestin commented 7 years ago

See also #56

marcuswestin commented 7 years ago

This is was done by @Krizzu and myself in #203 and #208!

krizzu commented 7 years ago

I like it more your way, great!