I am interested in dynamically importing elements using the
Polymer.import( elements, callback )
method. The callback is triggered only if the elements have not been imported yet, indicating they are already loaded.
My query is: Is there a conventional method to determine if a Polymer element has been successfully loaded?