* Resolved when the initial document set of extension is known. * @return {!Promise}
()
| 453 | * @return {!Promise} |
| 454 | */ |
| 455 | whenExtensionsKnown() { |
| 456 | return this.signals_.whenSignal(AmpDocSignals_Enum.EXTENSIONS_KNOWN); |
| 457 | } |
| 458 | |
| 459 | /** |
| 460 | * Returns the root node for this ampdoc. It will either be a `Document` for |
no test coverage detected