Open
Bug 925795
Opened 11 years ago
Updated 2 years ago
Add a simple notification API to nsIDOMDataChannel
Categories
(Core :: WebRTC, defect, P5)
Core
WebRTC
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: ted, Unassigned)
References
Details
Attachments
(1 obsolete file)
The patch in bug 910462 makes nsDOMDataChannel usable from external linkage, but it doesn't make it particularly useful, since all its notifications go out as DOM messages that are #ifdefed in that patch. This patch adds a very simple observer interface to nsIDOMDataChannel so that standalone C++ code can listen for notifications to a data channel.
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #815907 -
Flags: review?(rjesup)
Updated•11 years ago
|
Attachment #815907 -
Flags: review?(rjesup) → review+
Comment 2•10 years ago
|
||
Ted: still relevant? Or no longer relevant given the standalone work?
backlog: --- → webRTC+
Rank: 55
Flags: needinfo?(ted)
Priority: -- → P5
Reporter | ||
Comment 3•10 years ago
|
||
Same story as bug 910462.
Assignee: ted → nobody
Flags: needinfo?(ted)
Reporter | ||
Updated•10 years ago
|
Attachment #815907 -
Attachment is obsolete: true
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•