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 9561 - IDBRequest should inherit from EventTarget
Summary: IDBRequest should inherit from EventTarget
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Nikunj Mehta
QA Contact: public-webapps-bugzilla
URL: http://www.mail-archive.com/public-we...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 18:34 UTC by Shawn Wilsher :sdwilsh (Mozilla)
Modified: 2010-06-14 16:47 UTC (History)
3 users (show)

See Also:


Attachments

Description Shawn Wilsher :sdwilsh (Mozilla) 2010-04-20 18:34:43 UTC
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
Comment 1 Nikunj Mehta 2010-06-14 15:26:32 UTC
IDBRequest used to implement EventTarget. Instead, now it will just inherit the interface directly.
Comment 2 Nikunj Mehta 2010-06-14 16:47:48 UTC
Fixed in f4e65358110c