We are developers of a healthcare app that makes use of IndexedDB. The IE11 installation at one of our customer companies is showing window.indexedDB and window.msIndexedDB to be undefined, meaning our app will not work. We've not had this on any of our other customers.
We had a screenshare meeting with the customer and I was able to determine the following things:
They are on Windows 10
The Document mode in the dev tools Emulation tab is correctly set to 11. Confirmed in Console by checking document.documentMode returning 11
The Browser Profile is correctly set to Desktop
The only Group Policies in Computer Configuration -> Administrative Template -> Windows Components -> Internet Explorer -> Internet Control Panel -> General Page -> Browsing History, are defaults and shouldn't affect it.
Are there anything else we can ask our customer's IT department to check as to why IndexedDB would still be undefined?