search

goog.net.MultiIframeLoadMonitor

Provided By

Provides a wrapper around IframeLoadMonitor, to allow the caller to wait for multiple iframes to load.

new MultiIframeLoadMonitor( iframes, callback, opt_hasContent )

Parameters
iframes(Array<(HTMLIFrameElement|null)>|null)

Array of iframe elements to wait until they are loaded.

callbackfunction(): undefined

The callback to invoke once the frames have loaded.

opt_hasContentboolean=

true if the monitor should wait until the iframes have content (body.firstChild != null).

Instance Methods