-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overwrite broken native support in Edge #32
Comments
You are right. This bug exists in Edge. Thanks for your PR 😁 |
I have changed the detection to a closure to make the code looks more clearly. And released version 5.0.0 for a break change. |
@jerrybendy what exactly was the breaking change? |
Ah... Alright... Maybe there is no any breaking change 😂 My mistake |
:D That’s good news actually, thank you for the answer! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edge has a partially-broken implementation of
URLSearchParams
. It does not properly URL-encode values in some cases. For example:As you can see, Edge fails to escape an
&
if it's preceded by a space, which breaks the whole encoded string.The text was updated successfully, but these errors were encountered: