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 18656 - objectStore.delete should raise InvalidStateError if object store is deleted
Summary: objectStore.delete should raise InvalidStateError if object store is deleted
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: This bug has no owner yet - up for the taking
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 18:39 UTC by Jonas Sicking (Not reading bugmail)
Modified: 2013-02-20 01:02 UTC (History)
5 users (show)

See Also:


Attachments

Description Jonas Sicking (Not reading bugmail) 2012-08-22 18:39:38 UTC
This matches behavior of objectStore.put/get/openCursor etc.
Comment 1 Eliot Graff 2013-02-20 01:02:27 UTC
Added InvalidStateError to:
IDBObjectStore.delete() 
and 
IDBObjectStoreSync.delete()

Commit #383