Is there a size limit for HTML5 Manifest?

前端 未结 1 1517
名媛妹妹
名媛妹妹 2020-12-19 12:20

I have been looking into HTML5 manifest but I am unclear as to whether or not there is file size limit for caching using the manifest.

For example if i wanted to ma

相关标签:
1条回答
  • 2020-12-19 12:38

    as far as i know the spec doesn't specify a maximum size for an object or for the entire cache, but e.g. firefox has a preference which by default allows a total of 50mb worth of cache-files. that implies that indeed the cache is optimized for small files (html, css, js, images) and not for big files (video, audio, ...).

    0 讨论(0)
提交回复
热议问题