0

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

vinod8812
  • 645
  • 10
  • 27

1 Answers1

1

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"/>
smoore4
  • 4,520
  • 3
  • 36
  • 55