Skip to content

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

Description

@dfahlander

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions