This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html Multipage: http://www.whatwg.org/C#safe-passing-of-structured-data Complete: http://www.whatwg.org/c#safe-passing-of-structured-data Comment: Should structured clone support FormData? Posted from: 90.230.217.68 User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.8.3) Presto/2.12.388 Version/12.15
What's the use case? Does anyone want to implement it?
I'm not going to do this, since there doesn't seem to be much demand. Eventually structured clone is going to have to be made more generic and probably the core of the algorithm moved to the ES spec. Given that, I'll punt this back to XHR for it to be dealt with there.
Structured cloning FormData is already more or less required for XMLHttpRequest's send(), so we should probably just do this.
https://github.com/whatwg/xhr/issues/55