I can't stop Chrome from loading resources from the cache manifest. I changed my markup so
the page begins with:
<!DOCTYPE html>
<html class="fouc">
<head>
I grabbed this markup after I dumped Chrome's appcache manually and I viewed source.
However, Chrome's console has:
Document was loaded from Application Cache with manifest http://localhost:47932/Manifest/Index localhost/:1
Application Cache Checking event localhost/:1
Application Cache NoUpdate event
How do I turn appcache off once I've turned it on?!
I should mention that I edited my cache manifest. It now reads:
CACHE MANIFEST
#Version 107
NETWORK:
*
CACHE:
I have removed every entry from the Cache section, and Chrome still refers to the cache manifest.