Hacker News new | ask | show | jobs
by esamatti 1595 days ago
Does this contain `request.formData()` and `FormData`?

https://developer.mozilla.org/en-US/docs/Web/API/Request/for... https://developer.mozilla.org/en-US/docs/Web/API/FormData

1 comments

> `request.formData()`

Yes.

> FormData

Yes, but not in that PR since `FormData` needs to behave differently as part of the platform but there is intent to support it before moving from experimental.