How To Cache A Downloaded Javascript Fle Which Is Downloaded Using Script Tag
I am developing a web application in which I need to download a library when the app is getting loaded. Hence I download it using the script tag Now I don;t want it to be download
Solution 1:
You cannot enforce the cache in plain HTML, however, there are plenty of good solutions on our site, including a pure JS solution that uses plain JavaScript without jQuery.
Post a Comment for "How To Cache A Downloaded Javascript Fle Which Is Downloaded Using Script Tag"