Re: [whatwg/fetch] (WIP) allow Request to outlive environment settings object (#388)

@annevk thanks for the review, I think I addressed most of it in 759a8fa, modulo...

> Also, how do we determine object's size? As I understand it that can be quite hard for FormData.

That's a great question.. I was hoping you could point me towards a handy hook somewhere. :) 

How does 5.5 step 5 derive it?

> If httpRequest's body is non-null, set contentLengthValue to httpRequest's body's total bytes, utf-8 encoded.

Presumably this step has the same issue as you outlined above?

-- 
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/pull/388#issuecomment-250806159

Received on Friday, 30 September 2016 17:39:08 UTC