* The `Document.body` element or analog. Returns `null` if not available * yet. * @return {?Element}
()
| 143 | * @return {?Element} |
| 144 | */ |
| 145 | getBody() {} |
| 146 | |
| 147 | /** |
| 148 | * Whether the document has been fully constructed. |
no outgoing calls
no test coverage detected