[ortc] Pull Request: QUIC: Add buffering support to write()

aboba has just submitted a new pull request for https://github.com/w3c/ortc:

== QUIC: Add buffering support to write() ==
This patch adds support for buffering to the RTCQuicStream.write method. The `bufferedAmount`, `bufferedAmountLowThreshold` and `onbufferedamountlow` attributes are utilized to enable building an `RTCDataChannel` interface on top of the `RTCQuicStream` abstraction.

@lgrahl @pthatcher Can you review/comment?

See https://github.com/w3c/ortc/pull/793

Received on Wednesday, 1 November 2017 21:35:40 UTC