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 12179 - We should spec the order in which version change events fire
Summary: We should spec the order in which version change events fire
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: 2011-02-25 01:08 UTC by Jeremy Orlow
Modified: 2011-07-06 18:36 UTC (History)
3 users (show)

See Also:


Attachments

Description Jeremy Orlow 2011-02-25 01:08:05 UTC
We should spec the order in which version change events fire.  Right now it's just stated they should fire, but it's possible some implementations will depend on one event listener getting the signal first.
Comment 1 Eliot Graff 2011-07-06 18:36:15 UTC
Added the following sentence to IDBDatabase.setVersion():

Within a given page, events fire in the order that the IDBDatabase objects were opened.