- From: Adam Rice <notifications@github.com>
- Date: Fri, 17 Feb 2017 02:37:10 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 February 2017 10:37:47 UTC
Update from 2017: hints about good chunk size propagate down a pipe via desiredSize, but "narrow" sections of the pipe or non-byte sections will lose information. There is some [language in the definition of pipeTo()](https://streams.spec.whatwg.org/#rs-pipe-to) which permits implementations to be intelligent about chunk size. There is an open question about whether we will add more explicit support for chunking when `type: 'bytes'` WritableStreams are specced. I'm labelling this issue "writable streams" for that reason. A lot depends on how we choose to implement optimised byte writers, which is currently a wide open question: #680. -- 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/171#issuecomment-280615774
Received on Friday, 17 February 2017 10:37:47 UTC