Bug 171581

Summary: [Fetch API] Implement body formData() method
Product: WebKit Reporter: Ben Kelly <ben>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ap, ben, cdumez, sam, webkit-unassigned, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=161190
Bug Depends on: 171589    
Bug Blocks: 151937    

Description Ben Kelly 2017-05-02 17:29:05 PDT
+++ This bug was initially created as a clone of Bug #161190 +++

This bug is to implement the .formData() method defined here:

https://fetch.spec.whatwg.org/#dom-body-formdata

This will require parsing multipart/form-data.  It seems WebKit has an existing multipart parser here that I'll try to use:

https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/network/curl/MultipartHandle.h
Comment 1 Sam Weinig 2020-09-30 20:14:10 PDT
This is now supported.