I've only recently been reading about cache manifest and how it's type must be served as text/cache-manifest
. Seeing this, I thought this being possible might might 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 initial experimentation, it seems to fail, plus this validator doesn't like it.
Could this work? Have I gone wrong elsewhere? Could it be embedded any other way? Thanks!