fetch: implement multipart/form-data parsing for Request::formData() (#42041)

Testing: More test passed in `fetch/api/abort/request.any.js.ini`

fixes: #25106

---------

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
Taym Haddadi
2026-02-04 00:31:41 +01:00
committed by GitHub
parent 42359b26a2
commit b18d119261
10 changed files with 263 additions and 68 deletions

View File

@@ -98,6 +98,8 @@ skip = [
"bitflags",
"cookie",
"redox_syscall",
# Duplicated by getrandom 0.1 and getrandom 0.2
"wasi",
# New versions of these dependencies is pulled in by GStreamer / GLib.
"itertools",