简体   繁体   中英

What is Storage Capacity of IndexedDB?

I am new to javaScript based indexedDB . I don't understand how much data can be store in indexeddb. Is there any limitations on storage in indexeddb ?

Firefox can use IndexedDB , LocalStorage and SessionStorage .

For IndexedDB , you can use up to 50MB on desktop, 5MB on mobile for free.

LocalStorage and SessionStorage can use up to 10MB of storage but the number is actually the sum of both.

For more: Browser storage limits and eviction criteria

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM