[whatwg/xhr] Parse string as FormData (#180)

Right now you have to do:

```js
const formData = await new Response(str).formData();
```

Feels like there should be a way to directly parse a string as form data.

Probably low priority, but noticed it while writing a test.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/180

Received on Thursday, 21 December 2017 12:09:21 UTC