Closed torarvid closed 6 years ago
Turns out Safari 10.1 has a URLSearchParams type, but one that doesn't support a constructor that takes an object. We should replace the impl with a hand-written one, since we only need a simple translation from a flat object to a query string.
(Reported internally by Bravano)
Turns out Safari 10.1 has a URLSearchParams type, but one that doesn't support a constructor that takes an object. We should replace the impl with a hand-written one, since we only need a simple translation from a flat object to a query string.
(Reported internally by Bravano)