* Appends the iframe to the DOM and updates the post message service. * @private
()
| 15422 | * @private |
| 15423 | */ |
| 15424 | static initialize_() { |
| 15425 | document.body.appendChild(iframe); |
| 15426 | postMessageService = new PostMessageService(iframe.contentWindow); |
| 15427 | } |
| 15428 | |
| 15429 | /** |
| 15430 | * Sends a message to the iframe and wait for a response. |
no outgoing calls
no test coverage detected