0

I am working with Application Cache to save my page and so far everything works in Chrome and Firefox without a single error. In Internet Explorer however, I always get an error saying that window.applicationCache is undefined as soon as I try to use it. Entering console.log(window.applicationCache); in the console results in undefined too (just in case it was some problem with loading stuff). Can anyone help me with this?

2
  • Is your IE all the way up-to-date? I had a similar issue a while ago: stackoverflow.com/questions/28283245/… Commented Jun 22, 2015 at 14:56
  • @NickDugger Yes, as far as I know (Version 11.0.96bla) Commented Jun 22, 2015 at 15:01

1 Answer 1

2

I found the solution: Someone put a <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">-tag in the head of the index.html so the IE pretended not to know window.applicationCache as it was added in version 10.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.