1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tools/wpt
Marcos Casagrande a5d55fe6ea
fix(ext/fetch): support empty formdata (#16165)
This PR adds support for empty `FormData` parsing in
`Response`/`Request`

```js
new Response(new FormData()).formData()
```

ref: https://github.com/web-platform-tests/wpt/issues/28607
2022-10-07 13:59:30 +02:00
..
certs tests: re-generate WPT certificates (#14774) 2022-06-02 00:50:48 +02:00
config.json fix(websocket): spec conformance & WPT (#11010) 2021-06-21 12:15:08 +02:00
expectation.json fix(ext/fetch): support empty formdata (#16165) 2022-10-07 13:59:30 +02:00
runner.ts refactor: use spawn API across codebase (#14414) 2022-05-18 22:00:11 +02:00
testharnessreport.js fix(ext/web): add EventTarget brand checking (#14637) 2022-06-17 11:05:02 -04:00
utils.ts fix(tools): upgrade to new Deno.spawn api (#15265) 2022-07-21 14:15:15 +05:30