nsIChromeFrameMessageManager 编辑
content/base/public/nsIMessageManager.idl
Scriptable Handles loading of content in a remote chrome frame. 1.0 66 Introduced Gecko 2.0 Inherits from: nsIFrameMessageManager
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)Method overview
void loadFrameScript(in AString aURL, in boolean aAllowDelayedLoad); |
void removeDelayedFrameScript(in AString aURL); |
Methods
loadFrameScript()
Loads a script into the remote frame.
void loadFrameScript( in AString aURL, in boolean aAllowDelayedLoad );
Parameters
aURL
- The URL of the script to load into the frame; this must be an absolute URL, but
data:
URLs are supported. aAllowDelayedLoad
- If
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.
removeDelayedFrameScript()
Removes a script from the list of scripts supporting delayed load.
void removeDelayedFrameScript( in AString aURL );
Parameters
- aURL
- The URL of the script to remove from the list of scripts supporting delayed load.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论