gpt4 book ai didi

javascript - 在移动浏览器上使用缓存 API 的最大文件大小是多少

转载 作者:行者123 更新时间:2023-11-30 19:35:49 27 4
gpt4 key购买 nike

您可以在移动浏览器的 CacheStorage 中存储的内容主体的最大大小是多少?

具体来说,下面的 cache.add(...)。

https://developer.mozilla.org/en-US/docs/Web/API/Cache

链接的其他答案都不是最近的,也没有提到 CacheStorage 或 Cache API。问题不是重复的。

最佳答案

来自 here :

How much can you store? In Chrome and Opera: Your storage is per origin (rather than per API). Both storage mechanisms will store data until the browser quota is reached. Apps can check how much quota they’re using with the Quota Management API. Firefox: no limits, but will prompt after 50MB data stored. Mobile Safari: 50MB max, Desktop Safari: unlimited (prompts after 5MB), IE10+ maxes at 250MB and prompts at 10MB. PouchDB track IDB storage behavior. Future facing: For apps requiring more persistent storage, see the on-going work on Durable Storage.

简而言之:取决于终端浏览器。

关于javascript - 在移动浏览器上使用缓存 API 的最大文件大小是多少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55963123/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com