Search code examples
javascripthtmlinternet-explorer-10html5-appcache

IndexDB issue in IE10


IndexDB is not working for a website(Production) whereas same code and same script is working for my testwebsite(UAT).

But it is working in Chrome. When I go to setting and localstorage and database I can't see my production url. I see only testing url

Any guess what could be the issue.

Thanks Vinod


Solution

  • I add this to the head section if something does not work in IE10 but it does in other browsers.

    <meta http-equiv="X-UA-Compatible" content="IE=9"/>