We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collection.each(callback)
function (item, cursor) { }
IDBCursor
Promise
When iteration finishes, the returned Promise will resolve with undefined, calling any Promise.then() callback.
undefined
If the operation fails, the returned Promise will reject, calling any Promise.catch() callback.