it supports node >12 which should mean we can safely move to using URLSearchParams instead of the qs package.
We should contribute upstream for this one.
Note that stripe uses nested query string parameters (i.e. they have keys like foo[bar][baz]=123). So we should probably use fast-querystring or nested-querystring
The stripe node package can be found here: https://github.com/stripe/stripe-node
it supports node >12 which should mean we can safely move to using
URLSearchParams
instead of theqs
package.We should contribute upstream for this one.
Note that stripe uses nested query string parameters (i.e. they have keys like
foo[bar][baz]=123
). So we should probably usefast-querystring
ornested-querystring