* Returns a promise that will be resolved when the ampdoc's DOM is fully * ready. * @return {!Promise}
()
| 520 | * @return {!Promise} |
| 521 | */ |
| 522 | whenReady() { |
| 523 | return /** @type {?} */ (devAssert(null, 'not implemented')); |
| 524 | } |
| 525 | |
| 526 | /** |
| 527 | * Returns the URL from which the document was loaded. |
no test coverage detected