On Sat, Dec 6, 2014 at 9:33 PM, block.rxckin.be...@gmail.com <block.rxckin.be...@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/