[Webkit-unassigned] [Bug 171581] New: [Fetch API] Implement body formData() method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 2 17:29:05 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171581

            Bug ID: 171581
           Summary: [Fetch API] Implement body formData() method
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ben at wanderview.com
                CC: ben at wanderview.com, cdumez at apple.com, sam at webkit.org,
                    webkit-unassigned at lists.webkit.org, youennf at gmail.com

+++ 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170503/bd278fc2/attachment-0001.html>


More information about the webkit-unassigned mailing list