This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Either the spec is missing a reference somewhere, or there is no specifying what the event objects we give to the event handlers should look like in the current spec.
I think the WebIDL laid out for events in "[IndexDB] Proposal for async API changes" [1] makes sense. [1] http://www.mail-archive.com/public-webapps@w3.org/msg08825.html
The current spec uses objects instantiated from the Event interface. I am working to change that to using IDBEvent subclasses.