* Returns the URL from which the document was loaded. * @return {string}
()
| 528 | * @return {string} |
| 529 | */ |
| 530 | getUrl() { |
| 531 | return /** @type {?} */ (devAssert(null, 'not implemented')); |
| 532 | } |
| 533 | |
| 534 | /** |
| 535 | * Locates an element with the specified ID within the ampdoc. In the |
no test coverage detected