Is it possible to "embed" cache manifest directly in HTML?

I just read about cache manifests and how its type should be text/cache-manifest. Seeing this, I thought it was possible, perhaps it would be a reasonable assumption:

<html manifest="data:text/cache-manifest;base64,...">

In the same way you can use it for text/html, application/pdf, image/...etc. From the initial experiment, it seems, it does not work out, plus this validator is not like.

Could this work? Didn't I make a mistake elsewhere? Could this be embedded in any other way? Thank!

+3
source share
1 answer

Well, it looks like some others have beaten me to the point here :

. , manifest - http://simpleapp.com/self.manifest. base64 encode , - !

+3

All Articles