Are cached images loaded by the browser when offline?
问题 I'm using AngularJS and I'm developing SPA. My goal was to provide offline brwosing. JSON data can be easily stored in js variables, images can be cached in Image objects. So now I'm wondering.. if one person goes offline and tries to browse the content, what will happen? 1) the browser can't load the image because, being offline, it can't check what is the most-recent version of the image (the one cached or the one online) 2) the browser finds a reference for the image in the cache. The