jakearchibald / idb-keyval

A super-simple-small promise-based keyval store implemented with IndexedDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential bug regarding version change? Not sure...

davidhicks980 opened this issue · comments

We've encountered a strange, infrequent bug where IndexedDB will either not load or load very slowly when using this library alongside Firebase. Deleting a page's IndexedDB databases solved the problem, but it's quite difficult to reproduce. The only similarity between users that I've seen so far is that users hadn't updated Chrome. Also, this problem appears to only occur in Chrome. I'm not certain if Idb-KeyVal is the problem, but I figured I'd file a bug since you are a bit of an expert on this topic, and may be able to provide some insight.

Also, I was able to find another company that had a similar issue with IndexedDB here.

This sounds like an indexeddb issue in Chrome rather than a problem with this library. Can you file the issue at crbug.com with as much detail as possible?