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!
c24w source
share