Re: [fetch] Setting strategy to control ReadableStream's internal buffer (#257)

Thanks @yutakahirano for the quick and useful information. 

I implemented a pause/resume manually in my code to only call read() when my buffered data drops below a threshold, but the impact was minor. Memory was still being gobbled up. Performance was slightly better, probably because buffering by the UA is more efficient that managing my own queue of buffers in javascript.

---
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/fetch/issues/257#issuecomment-199898236

Received on Tuesday, 22 March 2016 16:45:45 UTC