Enable HTML5 AppCache using javascript? -
<html manifest="example.appcache"> can add manifest="example.appcache" part using javascript?
no can't because html file sent server further changes manifest attribute won't make browser react it. tried :
document.documentelement.manifest = "site.manifest"; and loading pages , without internet, in seconde case says "connection error" obviously
Comments
Post a Comment