* Returns a promise that will resolve or fail based on the element's 'load' * and 'error' events. * @param {T} element * @return {!Promise } * @template T * @final
(element)
| 673 | * @final |
| 674 | */ |
| 675 | loadPromise(element) { |
| 676 | return loadPromise(element); |
| 677 | } |
| 678 | |
| 679 | /** |
| 680 | * Registers the action handler for the method with the specified name. |
no test coverage detected