google / safevalues

Apache License 2.0
110 stars 13 forks source link

# Changes appendParams to be more generic and accept Arrays and URLSearchParams types #435

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Changes appendParams to be more generic and accept Arrays and URLSearchParams types

This is compatible for current callers, but also allows calling the function without the need to create a Map This way we avoid forcing ES6 polyfills on users of this function