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

> To be clear, I don't really care what we do here, but I'd like the invariants in the specification to be preserved (around the "used flag").

@annevk, I would like know if the followings are important:

- `Body.bodyUsed` is exposed to JavaScript.
- Once `used flag` becomes true, it will never be false.
- Calling `text()` twice will fail, even when the body is empty.




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

Received on Tuesday, 20 January 2015 09:00:11 UTC