Baseline Widely available
The read-only RTCDataChannel
property maxRetransmits
returns the maximum number of times the browser should try to retransmit a message before giving up, as set when the data channel was created, or null
, which indicates that there is no maximum. This can only be set when the RTCDataChannel
is created by calling RTCPeerConnection.createDataChannel()
, using the maxRetransmits
field in the specified options
.
The maximum number of times the browser will try to retransmit a message before giving up, or null
if not set when RTCPeerConnection.createDataChannel()
was called. The default is null
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4