Closed
Bug 881532
Opened 12 years ago
Closed 6 years ago
maxRetransmits is not exposed on the Data Channel object
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 1464917
backlog | webrtc/webaudio+ |
People
(Reporter: jsmith, Unassigned)
Details
(Keywords: dev-doc-needed, Whiteboard: [spec])
The maxRetransmits property is provided on data channel creation. However, it is not exposed on the data channel object, even though the W3C spec says it should be exposed.
Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC][blocking-webrtc-]
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
Priority: -- → P3
QA Contact: jsmith
Whiteboard: [WebRTC][blocking-webrtc-] → [spec]
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 3•9 years ago
|
||
The property is documented now, but we will need Fx for developers and compat table updates when this is fixed.
https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/maxRetransmits
Comment 4•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment 5•6 years ago
|
||
maxRetransmits is correctly exposed on the Data Channel object in current Firefox versions. Could anyone comment on when this was added in order for me to update the compatibility tables on MDN?
Comment 6•6 years ago
|
||
(In reply to Jeremy Lainé from comment #5)
> maxRetransmits is correctly exposed on the Data Channel object in current
> Firefox versions. Could anyone comment on when this was added in order for
> me to update the compatibility tables on MDN?
I think bug 1464917 might have added this (FF 62), but needinfo to Dan to be sure.
Flags: needinfo?(dminor)
Comment 7•6 years ago
|
||
That bug was about the RTCDataChannelInit item when creating a data channel. This issue is about the attribute on the RTCDataChannel interface. :)
Comment 8•6 years ago
|
||
Supplement: Actually you're correct. This has been added by https://hg.mozilla.org/mozreview/gecko/rev/7d3f3515c8ec3db1e0d41ca084a397c30e09322e#index_header. Just tested it to be sure.
Comment 9•6 years ago
|
||
Yes, it looks like I cleaned up the webidl a bit when I was getting Felix's patch landed.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(dminor)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•