balazsbotond / urlcat

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

Fix quirk in webkit engine qs #147

Closed comatory closed 1 year ago

comatory commented 3 years ago

Summary

Resolve #145

Details

I just make a simple check to see if params object is empty and return empty string. This circumvents calling qs.stringify altogether even though this bug is probably in their library.

comatory commented 2 years ago

@balazsbotond I don't see lot of activity in this repository. Closing the PR.

balazsbotond commented 1 year ago

@comatory sorry for replying after such a long time. Thank you for the PR, I'm going to merge it.