v1.0.2
·
5 commits
to master
since this release
Fixes a bug where it was possible that h=undefined would make it into the url made from the URLSearchParams constructor. Condition was added to check the type of the h so it could be deleted if it was undefined.