Skip to content

v1.0.2

Choose a tag to compare

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.