Re: [whatwg] why FormData dosen't support x-www-form-urlencoded ?

On Sat, Dec 6, 2014 at 9:33 PM, block.rxckin.beats@gmail.com
<block.rxckin.beats@gmail.com> wrote:
> but I wanna send string key/values in x-www-form-urlencoded format.

Use URLSearchParams instead. FormData and ...-urlencoded are a bad
match due to Blob.


> because it's more standard way for web.

The wire formats are equally standard, no?


-- 
https://annevankesteren.nl/

Received on Monday, 8 December 2014 10:16:31 UTC