This event allows pages to use WebRTC DataChannels for high-throughput applications more efficiently and conveniently, by removing the need to use timer-based polling for output buffer management.
Docs: https://github.com/w3c/webrtc-pc/pull/233 https://lists.w3.org/Archives/Public/public-webrtc/2015May/thread.html#msg73 https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onbufferedamountlow
Samples: https://github.com/webrtc/samples/blob/gh-pages/src/content/datachannel/datatransfer/js/main.js#L127 https://webrtc.github.io/samples/src/content/datachannel/datatransfer/