[whatwg/streams] "Web sockets do not provide any way to tell when..." (#485)

https://streams.spec.whatwg.org/#ref-for-writable-stream-7

> Web sockets do not provide any way to tell when a given chunk of data has been successfully sent

Not strictly true. The "bufferedAmount" field lets you know when you are accumulating data in the browser, and you can use it as a signal to apply backpressure.

Maybe just remove this comment , since the example is useful?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/485

Received on Thursday, 28 July 2016 10:14:51 UTC