On 1/30/15 1:25 AM, nsm.nik...@gmail.com wrote:
https://bugzilla.mozilla.org/show_bug.cgi?id=1127703

Thanks.

The fetch spec states that FormData is immediately serialized when send() is called (send 
defers to Fetch's "extract body" routine) 
https://fetch.spec.whatwg.org/#concept-bodyinit-extract.

In Gecko, an nsFSMultipartFormData object serializes all entries to a multiplex 
stream immediately, so delete()/set()s called after a call to send() won't 
change the entries.

Excellent!

-Boris

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to