nsIFrameMessageManager
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)void loadFrameScript(in AString aURL, in boolean aAllowDelayedLoad); |
void removeDelayedFrameScript(in AString aURL); |
Loads a script into the remote frame.
void loadFrameScript( in AString aURL, in boolean aAllowDelayedLoad );
aURL
data:
URLs are supported.aAllowDelayedLoad
true
, the script will be loaded when the remote frame becomes available; otherwise, the script will only be loaded if the frame is already available.Removes a script from the list of scripts supporting delayed load.
void removeDelayedFrameScript( in AString aURL );