Closed
Bug 1903212
Opened 5 months ago
Closed 5 months ago
Expose a nsIDataChannel interface to JS
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m11])
Attachments
(1 file)
In order to support data channels in BiDi and DevTools it would be useful to expose a nsIDataChannel interface to JS so that we can easily check if a channel is a DataChannel or not.
Assignee | ||
Comment 1•5 months ago
|
||
This interface does not expose any additional API but allows to easily check if a channel is a data channel from privileged JS.
Updated•5 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2641c2af864a
[necko] Expose a nsIDataChannel interface to JS r=necko-reviewers,kershaw
Assignee | ||
Updated•5 months ago
|
Points: --- → 2
Priority: -- → P3
Whiteboard: [webdriver:m11]
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•