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)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1464917

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.
Whiteboard: [WebRTC][blocking-webrtc-]
backlog: --- → webRTC+
Rank: 35
Priority: -- → P3
QA Contact: jsmith
Whiteboard: [WebRTC][blocking-webrtc-] → [spec]
I think this is fixed. Jesup -- can you confirm?
Flags: needinfo?(rjesup)
No, not fixed yet.
Flags: needinfo?(rjesup)
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
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
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?
(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)
That bug was about the RTCDataChannelInit item when creating a data channel. This issue is about the attribute on the RTCDataChannel interface. :)
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.
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.