[spec-reviews] Review FormData additions in XHR (#87)

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.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/87

Received on Monday, 5 October 2015 23:10:28 UTC