GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Fix path decoding #29

Closed Janpot closed 4 years ago

Janpot commented 4 years ago

Avoid double decoding, and avoid decoding certain characters (%, ")

Fixes https://github.com/vercel/next.js/pull/14281