Is there a size limit for HTML5 Manifest?
Asked Answered
Q

1

6

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 make several audio files available offline would this be achieved using manifest? or is it really only for small images and text?

Quiff answered 10/4, 2010 at 21:18 Comment(0)
Q
3

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, ...).

Quickly answered 11/4, 2010 at 16:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.