Re: [whatwg] Fetch: asFormData()

On 25 June 2014 08:17, Domenic Denicola <domenic@domenicdenicola.com> wrote:

> Hmm. To clarify, this is in case the server sends you
> application/x-www-form-urlencoded data, and you want to then get it in a
> format that can easily become a mutable query string or form data object?
>
> If so, neither use case seems like they are worth the convenience method
> to me.


The common use would be request.body.asFormData()

Received on Wednesday, 25 June 2014 15:21:26 UTC