* Called whenever the iframe is loaded.
()
| 15552 | * Called whenever the iframe is loaded. |
| 15553 | */ |
| 15554 | static iframeLoaded() { |
| 15555 | iframeLoaded = true; |
| 15556 | buffer.forEach(function(data) { |
| 15557 | PayFrameHelper.postMessage(data); |
| 15558 | }); |
| 15559 | buffer.length = 0; |
| 15560 | } |
| 15561 | |
| 15562 | /** |
| 15563 | * Returns the events that have been buffered. |
no test coverage detected