[ortc] Merged Pull Request: QUIC: Add buffering support to RTCQuicStream

robin-raymond has just merged aboba's pull request 795 for https://github.com/w3c/ortc:

== QUIC: Add buffering support to RTCQuicStream ==
Adds waitForReadable, waitForWritable and setTargetReadBufferedAmount
methods, as well as readBufferedAmount, maxReadBufferedAmount,
writeBufferedAmount, maxWriteBufferedAmount and
targetReadBufferedAmount attributes.

Completes fix for Issue https://github.com/w3c/ortc/issues/584

The specification with the PR merged can be viewed here:
http://internaut.com:8080/~baboba/ortc/github/ortc-master/

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

Received on Friday, 10 November 2017 17:57:12 UTC