#87: Review FormData additions in XHR

Visit on Github.

Opened Oct 5, 2015

The FormData interface grew some additional methods beyond the historical append, which allow the keys/values to be inspected, modified, and so forth:

https://xhr.spec.whatwg.org/#interface-formdata

These have shipped (apart from the iterator?) in Firefox. We have them implemented behind an experimental flag in Chrome and are looking for any feedback from the TAG before we ship.

Discussions