- From: Jake Archibald <notifications@github.com>
- Date: Thu, 21 Dec 2017 12:08:55 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 December 2017 12:09:21 UTC
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