[webkit-reviews] review granted: [Bug 225238] Can't decode empty formdata with fetch : [Attachment 427594] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 23:07:19 PDT 2021


youenn fablet <youennf at gmail.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 225238: Can't decode empty formdata with fetch
https://bugs.webkit.org/show_bug.cgi?id=225238

Attachment 427594: Patch

https://bugs.webkit.org/attachment.cgi?id=427594&action=review




--- Comment #4 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 427594
  --> https://bugs.webkit.org/attachment.cgi?id=427594
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=427594&action=review

> LayoutTests/imported/w3c/web-platform-tests/fetch/api/body/formdata.any.js:5
> +  for (const pair of fd.entries()) { assert_true(false); }

assert_unreached would be clearer.

> LayoutTests/imported/w3c/web-platform-tests/fetch/api/body/formdata.any.js:15
> +  for (const pair of fd.entries()) { assert_true(false); }

Ditto here.


More information about the webkit-reviews mailing list