P
P
pegas2018-03-10 23:40:28
JavaScript
pegas, 2018-03-10 23:40:28

Why is the application not cached?

I want to cache the application here Code:
index.html

<!DOCTYPE html>
<html manifest="myapp.appcache">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <div></div>
</body>
</html>

myapp.appcache
CACHE MANIFEST
index.html
style.css

But when I check in the console window.applicationCache.status displays 0

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question