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 | ||
Ben Kelly
+++ 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
This is now supported.