* Signal that the initial document set of extensions is known. * @restricted
()
| 445 | * @restricted |
| 446 | */ |
| 447 | setExtensionsKnown() { |
| 448 | this.signals_.signal(AmpDocSignals_Enum.EXTENSIONS_KNOWN); |
| 449 | } |
| 450 | |
| 451 | /** |
| 452 | * Resolved when the initial document set of extension is known. |
no test coverage detected