ApplicationCache won't cache anything
index.html
<!DOCTYPE html>
<html manifest="cache.appcache">
<head>
<title>Zipcode Database</title>
File cache.appcache
CACHE MANIFEST
my.js
htacces file
AddType text/cache-manifest .appcache
When in console i run
applicationCache.update();
then error : InvalidStateError: Failed to execute 'update' on 'ApplicationCache': there is no application cache to update. code: 11 message: "Failed to execute 'update' on 'ApplicationCache': there is no application cache to update." name: "InvalidStateError" stack: "Error: Failed to execute 'update' on 'ApplicationCache': there is no application cache to update.↵
And applicationCache.cache =0