How can I force Google Chrome to download some .js/.css/images from local cache if remote file is not available (like if Chrome is configured to use Squid proxy, which will serve this file for me, even if cdn is not available).
For example, I load http://example.com which uses jquery library, located in CDN with address http://cdn-example.com/js/jquery.latest.js
Suddenly cdn-example.com becomes unavailable/respondes very slowly/respondes with 404 error/etc.
http://example.com is still available but is unusable because jquery is not loaded.