Creates Promise objects that can be resolved or rejected externally. The returned PromiseEx object has resolve and reject methods.
Determines whether the given element is one of the elements from the SVG spec; that is,
Element to test
Determines whether the given element is the
Element to test
Type that extends the Promise class with the resolve and reject methods so that the promise can be created in one place and resolved or rejected in a different place.