This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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
Discussion thread on mailing-list: http://lists.w3.org/Archives/Public/public-audio/2012AprJun/thread.html#msg211
AudioNode is now an EventTarget.
For reference, the changeset was: https://dvcs.w3.org/hg/audio/rev/c68c2551f6c8 Closing.