RTCDataChannelStats: bytesSent property
The bytesSent
property of the RTCDataChannelStats
dictionary returns the total number of payload bytes sent on the associated RTCDataChannel
.
Note that non-payload bytes, such as those for framing and in headers, are not included.
Value
A positive integer value indicating the total number of payload bytes sent on the associated data channel.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcdatachannelstats-bytessent |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
bytesSent in 'data-channel' stats |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.