RTCDataChannel:maxRetransmits 属性

只读的 RTCDataChannel 属性 maxRetransmits 返回浏览器在放弃之前尝试重新传输消息的最大次数,该次数在创建数据通道时设置,或者为 null,表示没有最大值。这只能在通过调用 RTCPeerConnection.createDataChannel() 并使用指定的 options 中的 maxRetransmits 字段创建 RTCDataChannel 时设置。

浏览器在放弃之前尝试重新传输消息的最大次数,如果在调用 RTCPeerConnection.createDataChannel() 时未设置,则为 null。默认值为 null

规范

规范
WebRTC:浏览器中的实时通信
# dom-datachannel-maxretransmits

浏览器兼容性

BCD 表格仅在启用了 JavaScript 的浏览器中加载。

另请参阅