I am trying to make the MDN Javascript Reference available for offline viewing (for personal use).
I am not the owner of the website or the developer, and I can only access the generated release.
My first thought was to introduce HTML5 appcache.manifest on the page; Using manifestR I created a list of page properties.
Then I tried to specify my local manifest file using the file:/// protocol, using the http:// protocol, and finally using the base64 string representing the contents of the file ( data:text/cache-manifest, ). Nothing seems to work.
After a short search I came across them
Where can I find a standalone version of MDN Docs? Or , how can I view MDN documents while battery life?
javascript html5 mozilla application-cache offline-browsing
Pierre Feb 29 2018-12-12T00: 00Z
source share