This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10527 - [IndexedDB] Result of IDBCursor.remove and update unspecified.
Summary: [IndexedDB] Result of IDBCursor.remove and update unspecified.
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Andrei Popescu
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 17:33 UTC by Jeremy Orlow
Modified: 2010-11-11 10:35 UTC (History)
3 users (show)

See Also:


Attachments

Description Jeremy Orlow 2010-09-01 17:33:29 UTC
The result of IDBCursor.remove and update unspecified.

I assume these are supposed to have a null result?
Comment 1 Jonas Sicking (Not reading bugmail) 2010-11-08 11:58:38 UTC
These were implicitly defined to be the same as for IDBObjectStore.delete and IDBObjectStore.put since I result the same steps as for those functions.

Is that ok?
Comment 2 Jeremy Orlow 2010-11-11 10:35:57 UTC
Should be.