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 18869 - DataChannel should inherit EventTarget
Summary: DataChannel should inherit EventTarget
Status: RESOLVED FIXED
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Adam Bergkvist
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 14:31 UTC by Olli Pettay
Modified: 2012-09-13 14:44 UTC (History)
3 users (show)

See Also:


Attachments

Description Olli Pettay 2012-09-13 14:31:56 UTC
Events are dispatched to DataChannel so it should be an EventTarget.
Comment 1 Adam Bergkvist 2012-09-13 14:39:55 UTC
True. It should have been done long ago.
Comment 2 Adam Bergkvist 2012-09-13 14:44:35 UTC
Fixed. https://github.com/fluffy/webrtc-w3c/commit/a02707941d96c2c90436ffcbf540bc5fadb96156

It should show up in the published version next week.