[scriptable, uuid(88800e93-c6af-4d69-9ee0-29c1100ff431)]
interface nsIFrameLoader : nsISupports
Attributes
Find out whether the loader's frame is at too great a depth in the frame tree. This can be used to decide what operations may or may not be allowed on the loader's docshell.
readonly attribute
boolean
depthTooGreat
Get the docshell from the frame loader.
readonly attribute
nsIDocShell
docShell
Methods
Destroy the frame loader and everything inside it. This will clear the weak owner content reference.
void
destroy()
Start loading the frame. This method figures out what to load from the owner content in the frame loader.
void
loadFrame()
Compare to: