fs-webcomponents / fs-elements

Collection of FamilySearch Polymer elements.
https://www.webcomponents.org/collection/fs-webcomponents/fs-elements
MIT License
4 stars 0 forks source link

Make sure clientName is being passed to fs-request instances #27

Closed justincy closed 6 years ago

justincy commented 6 years ago

The clientName property, as enabled by fs-api-aware mixin, allows for elements to specify which SDK client instance should be used. We need to make sure the clientName property of fs-request instances is being set. I believe that in most cases it's not being set.

Explicit usage

clientName must be bound; should use one-way binding

Dynamic fs-request usage

clientName must be set in JS