* Returns the ampdoc's body. Requires the body to already be available. * * See `isBodyAvailable` and `waitForBodyOpen`. * * @return {!Element}
()
| 491 | * @return {!Element} |
| 492 | */ |
| 493 | getBody() { |
| 494 | return /** @type {?} */ (devAssert(null, 'not implemented')); |
| 495 | } |
| 496 | |
| 497 | /** |
| 498 | * Returns a promise that will be resolved when the ampdoc's body is |
no test coverage detected