This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21652 - Should structured clone support FormData?
Summary: Should structured clone support FormData?
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: XHR (show other bugs)
Version: unspecified
Hardware: Other other
: P3 enhancement
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 06:32 UTC by contributor
Modified: 2016-02-28 12:17 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2013-04-10 06:32:01 UTC
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
Comment 1 Ian 'Hixie' Hickson 2013-04-11 21:51:11 UTC
What's the use case?
Does anyone want to implement it?
Comment 2 Ian 'Hixie' Hickson 2014-07-21 20:39:22 UTC
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.
Comment 3 Anne 2014-07-28 08:08:21 UTC
Structured cloning FormData is already more or less required for XMLHttpRequest's send(), so we should probably just do this.
Comment 4 Anne 2016-02-28 12:17:42 UTC
https://github.com/whatwg/xhr/issues/55