This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Per discussions on the mailing list, we should have IDBRequest inherit from EventTarget [1] in addition to the two methods it currently has (onsuccess and onerror). [1] http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget
IDBRequest used to implement EventTarget. Instead, now it will just inherit the interface directly.
Fixed in f4e65358110c