goog.net.MultiIframeLoadMonitor |
iframes
: Array.<HTMLIFrameElement>
Array of iframe elements to
wait until they are loaded.
|
callback
: function():void
The callback to invoke once the frames have
loaded.
|
opt_hasContent
: boolean=
true if the monitor should wait until the
iframes have content (body.firstChild != null).
|
![]()
Callback which is invoked when all of the iframes are loaded.
|
code » | ||
![]()
Handles a pending iframe load monitor load event.
Arguments:
|
code » | ||
![]()
Stops monitoring the iframes, cleaning up any associated resources. In
general, the object cleans up its own resources before invoking the
callback, so this API should only be used if the caller wants to stop the
monitoring before the iframes are loaded (for example, if the caller is
implementing a timeout).
|
code » |
![]()
Array of IframeLoadMonitors we use to track the loaded status of any
currently unloaded iframes.
|
Code » |