[Webkit-unassigned] [Bug 225238] New: Can't decode empty formdata with fetch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 30 11:07:00 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225238
Bug ID: 225238
Summary: Can't decode empty formdata with fetch
Product: WebKit
Version: Safari 14
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jimmy at warting.se
Safari TP Version: 14.2
OS Version: OS X 10.15.7
Safari: FAIL
Firefox: OK
IE/Edge: FAIL
What steps will reproduce the problem?
1. new Response(new FormData()).formData()
What is the expected result?
Get back a empty formdata... It can work if you append at least one item into the FormData.
What happens instead of that?
TypeError: Type error
https://github.com/web-platform-tests/wpt/issues/28607
(plz, switch to github issues instead of using bugzilla)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210430/1ddd2a38/attachment.htm>
More information about the webkit-unassigned
mailing list