* Returns a promise that will resolve when the embed document is ready. * Notice that this signal coincides with the embed's `render-start`. * @return {!Promise}
()
| 436 | * @return {!Promise} |
| 437 | */ |
| 438 | whenRenderStarted() { |
| 439 | return this.signals_.whenSignal(CommonSignals_Enum.RENDER_START); |
| 440 | } |
| 441 | |
| 442 | /** |
| 443 | * Returns a promise that will resolve when the child window's `onload` event |