I want to use third party js in my html5 cache manifest.
I don’t know can I do it or not , if its possible then how?
Can I specify full third party js url in manifest file?
I have seen examples where in manifest they have specified http url for images , So why can’t we do same for js & css?
If we can’t implement it , is there any other option? I know that we can store third party js in local storage.
Example is appreciated.
I want to use third party js in my html5 cache manifest. I don’t
Share
According to html5doctors, you can set external urls in the cache manifest. Here is an example:
I suggest you read the link to html5doctors if you want more information (cache, fallback, etc).