Builds a URL query string from a flat record of primitive values.
undefined and null values are skipped entirely, arrays become repeated
keys (the convention MyAnimeList uses for list parameters), and every value
is percent-encoded. An empty record produces an empty string.
Builds a URL query string from a flat record of primitive values.
undefinedandnullvalues are skipped entirely, arrays become repeated keys (the convention MyAnimeList uses for list parameters), and every value is percent-encoded. An empty record produces an empty string.