schibsted / account-sdk-browser

Schibsted Account SDK for browsers
https://schibsted.github.io/account-sdk-browser/
MIT License
16 stars 11 forks source link

URLSearchParams breaks some browsers #8

Closed torarvid closed 6 years ago

torarvid commented 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)