balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

Use URL and URLSearchParams internally #3

Closed balazsbotond closed 4 years ago

balazsbotond commented 4 years ago

Currently we use a custom implementation. Using these built-in classes would reduce complexity, improve readability and prevent bugs.