[Webkit-unassigned] [Bug 212858] Request object's text, json, arrayBuffer function do not work even though devtools shows that request the request object has these properties.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 17:18:11 PDT 2020


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

--- Comment #8 from Peter W <peter.b.wu at oracle.com> ---
I'm confused why you would need to have a server component for this to be a complete test. The fetch at the end of the test function does not need to be there since it doesn't change the fact that the methods do not have access to the body of the request. The issue is that methods request.text(), request.formData() do not work on a body with FormData in safari 13. In fact, it appears none of the methods for accessing the "body" of the request work when the body is of "formData" type. The request exists within the client side.

Perhaps a better title for the bug would be 
"Request object methods do not work if Request has a body of FormData".

-- 
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/20200610/ea481a2b/attachment-0001.htm>


More information about the webkit-unassigned mailing list