Re: [ServiceWorker] Backpressure on fetch integrated with Streams (#452)

If we set `used flag` based on whether the body data is consumed, the exact value should not be observable when body is locked to a reader. That is why I remove `Body.bodyUsed` in 
https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-70622279. If we must expose the value, we may set `used flag` when body is locked. If no read call is made and stream is unlocked, `used flag` will become false again.




---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-70625902

Received on Tuesday, 20 January 2015 09:26:54 UTC