Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly construct URLSearchParams with string pairs
Although Chrome, Firefox, and Safari all seem to implement support for `new URLSearchParams(formData)`, the [spec][1] doesn’t mention it, the IDL and [TypeScript][2] don’t have typings for it, and searching suggests it’s a recent addition. [1]: https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams [2]: microsoft/TypeScript#30584
- Loading branch information