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
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"/>