Interface FrameDocumentLoadFinished
- All Superinterfaces:
Event
,NavigationEvent
An event indicating that the document loading in the given frame has been finished. At this
point, deferred scripts were executed, and content scripts marked "document_end" get injected
into the frame.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Frame
frame()
Returns theFrame
instance which document has been loaded.default Navigation
Returns theNavigation
instance initiated this event.
-
Method Details
-
frame
Returns theFrame
instance which document has been loaded.