iron-location
iron-location copied to clipboard
Use URLSearchParams for paramsObject
Implements feature in issue #88.
This pull request changes the object of paramsObject
from a native JS object to a URLSearchParams
object. The actual implementation is simple -- most of it is removing code because URLSeachParams
handles everything. The bulk of the changes are changes to the tests because this is a breaking change.
Unfortunately the extra dependency makes this unappealing I suppose.