iron-location icon indicating copy to clipboard operation
iron-location copied to clipboard

Use URLSearchParams for paramsObject

Open cailyncodes opened this issue 7 years ago • 1 comments

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.

cailyncodes avatar Jul 27 '17 20:07 cailyncodes

Unfortunately the extra dependency makes this unappealing I suppose.

ernsheong avatar Sep 25 '17 07:09 ernsheong