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

Indexeddbdelete #2733

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

techwithsrikanth
Copy link

By closing the connection, you ensure that any subsequent delete requests are executed immediately.

@@ -339,8 +339,22 @@ window.caniusecb = function(caniuse) {
});
}

_.forEach(Modernizr, function(result, feature) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to come from the other PR you submitted?

@@ -48,6 +48,8 @@ define(['Modernizr', 'prefixed', 'addTest'], function(Modernizr, prefixed, addTe
};

req.onsuccess = function() {

req.result.close();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this solve any open issues?

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

Successfully merging this pull request may close these issues.

None yet

2 participants