On Thursday, January 29, 2015 at 6:39:22 PM UTC-8, Boris Zbarsky wrote: > On 1/29/15 4:56 PM, nsm.nik...@gmail.com wrote: > > The proposed patch does not add iterator support. > > Is there a bug tracking adding this?
https://bugzilla.mozilla.org/show_bug.cgi?id=1127703 > > > https://xhr.spec.whatwg.org/#interface-formdata > > I assume something defines what happens if you delete() while sending > the formdata and that we implement whatever that is and have test > coverage for such things? 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. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform