Parse and stringify URL query strings
-
Updated
Jun 24, 2021 - JavaScript
Add a description, image, and links to the query-string topic page so that developers can more easily learn about it.
To associate your repository with the query-string topic, visit your repo's landing page and select "manage topics."
Describe the bug
Possibly incorrect queryParams output
To Reproduce
urlcat('https://google.com', '', {test: 'abc'})
returns https://google.com/test=abc
Expected behavior
Should return
https://google.com?test=abc