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 17351 - (addEventListener): AudioNode.addEventListener not defined
Summary: (addEventListener): AudioNode.addEventListener not defined
Status: CLOSED FIXED
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: TBD
Assignee: Chris Rogers
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on: 20764
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-05 11:41 UTC by Philip Jägenstedt
Modified: 2013-04-04 13:56 UTC (History)
4 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2012-06-05 11:41:55 UTC
Audio-ISSUE-60 (addEventListener): AudioNode.addEventListener not defiend [Web Audio API]

http://www.w3.org/2011/audio/track/issues/60

Raised by: Philip Jägenstedt
On product: Web Audio API

It's not clear if addEventListener is supposed to be supported or not. If it should be supported, the correct way is probably to inherit EventTarget from DOM4: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-eventtarget
Comment 1 Olivier Thereaux 2012-06-07 15:21:01 UTC
Discussion thread on mailing-list: http://lists.w3.org/Archives/Public/public-audio/2012AprJun/thread.html#msg211
Comment 2 Ehsan Akhgari [:ehsan] 2013-03-21 04:31:02 UTC
AudioNode is now an EventTarget.
Comment 3 Olivier Thereaux 2013-04-04 13:56:58 UTC
For reference, the changeset was: https://dvcs.w3.org/hg/audio/rev/c68c2551f6c8

Closing.