Giter VIP home page Giter VIP logo

Comments (8)

ywen avatar ywen commented on May 18, 2024 2

The issue doesn't seem to be specific to this library. I use Dexie and the same problem appears

from idb.

vishnumanjunath avatar vishnumanjunath commented on May 18, 2024 1

Same issue, when you navigate to different website and come back it creates duplicate DB.

from idb.

jakearchibald avatar jakearchibald commented on May 18, 2024 1

Yeah, databases are unique per name per origin.

If there isn't any data loss associated with this, then I suspect it's just a UI bug. I guess you could look into the profile and if the information is actually duplicated.

from idb.

mlrv avatar mlrv commented on May 18, 2024

Is there any update on this? I'm seeing the same issue, just on Safari

from idb.

jakearchibald avatar jakearchibald commented on May 18, 2024

I suspect this is a Safari bug rather than anything to do with this library, but if someone can come up with a minimal reproduction and steps, I can take a look.

from idb.

mlrv avatar mlrv commented on May 18, 2024

I suspect this is a Safari bug rather than anything to do with this library, but if someone can come up with a minimal reproduction and steps, I can take a look.

Hey @jakearchibald, thanks for the swift response. I also believe this is a Safari bug and has nothing to do with idb itself. It might also be just a UI bug and the browser isn't actually creating multiple databases (it should also be impossible to create two dbs with the same name I assume?), I'll see if I can find out more.

from idb.

sachinrekhi avatar sachinrekhi commented on May 18, 2024

I'm seeing the exact same duplicate IndexedDB issue with Safari 13.1.1 on Mac 10.15.5. My guess though is that it's an issue with Safari's IDB browser, because when I make a change to a key, that change is reflected in both versions of the databases shown in the browser, suggesting they are actually the same underlying data, not in-fact two separate databases.

from idb.

jakearchibald avatar jakearchibald commented on May 18, 2024

Please reopen this with a minimal reproduction, if you think it's an issue with the library rather than an issue with Safari.

from idb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.