Search completed in 1.11 seconds.
2 results for "DOMFrameContentLoaded":
GlobalEventHandlers.onload - Web APIs
WebAPIGlobalEventHandlersonload
there are also dom events like domcontentloaded and domframecontentloaded (which can be handled using eventtarget.addeventlistener()) which are fired after the dom for the page has been constructed, but do not wait for other resources to finish loading.
Event reference
WebEvents
domframecontentloaded addons specific the frame has finished loading (but not its dependent resources).