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 Frameframe()Returns theFrameinstance which document has been loaded.default NavigationReturns theNavigationinstance initiated this event.
-
Method Details
-
frame
Returns theFrameinstance which document has been loaded.