Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect support for bulks of put(), add() and delete(). #4

Open
dfahlander opened this issue Dec 27, 2014 · 3 comments
Open

incorrect support for bulks of put(), add() and delete(). #4

dfahlander opened this issue Dec 27, 2014 · 3 comments

Comments

@dfahlander
Copy link
Owner

After having added an object to a store, that object should be able to retrieve without having to wait for onsuccess. This is according to the idb spec if using the same transaction. With this polyfill, that does not work because the indexes arent added until onsuccess of the add() or put () operation has been fired.

@dfahlander
Copy link
Owner Author

I've been working with a complete rewrite of the polyfill to fix this. It's on its way to be complete.

@ghost
Copy link

ghost commented Jun 21, 2016

Dexie is great. Did your work on this bug ever get merged?

@dfahlander
Copy link
Owner Author

The work is still in it's own branch. Didn't have the time to debug a few last things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant