RESOLVED CONFIGURATION CHANGED 171581
[Fetch API] Implement body formData() method
https://bugs.webkit.org/show_bug.cgi?id=171581
Summary [Fetch API] Implement body formData() method
Ben Kelly
Reported 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
Attachments
Sam Weinig
Comment 1 2020-09-30 20:14:10 PDT
This is now supported.
Note You need to log in before you can comment on or make changes to this bug.