Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upURLSearchParams #8
Closed
Comments
|
It seems that if we use Please test the changes in latest version 1.2.1 |
|
It works, thanks! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you consider allowing developers to specify the URLSearchParams implementation? The situation I'm running into is with React Native. When I use
imagekit.url(...), I get the errornot implemented. This is due to a bug in React Native. There is a way to get around it, but this bloats the bundle size, so it'd be better if I could instead include another implementation ofURLSearchParams, such as this one. I'm guessing you'd do it like this: