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
The
clientName
property, as enabled byfs-api-aware
mixin, allows for elements to specify which SDK client instance should be used. We need to make sure theclientName
property offs-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 bindingDynamic fs-request usage
clientName
must be set in JS