Cailyn Hansen (she/her)

Results 5 issues of Cailyn Hansen (she/her)

The specification for URLSearchParams currently reads that delete should delete all pairs that have the supplied key. I think the ability to delete a specific key value pair should be...

topic: api
needs implementer interest
needs tests

This PR fixes #479 by having each stamped instance of an item template inherit the slot attribute on the template item. In the `_createPool` function, the template is stamped and...

cla: yes

### Description `iron-list` doesn't support a template being distributed to it via a named slot. Consider the following code: ```html Child Element I'm your parent This is going to be...

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...

cla: yes

Currently, the `paramsObject` in `iron-query-params.html` is a native JS object. The most noticeable limitation of this approach is that every key can have at most one value. It is impossible...