GotoCompletionEvent

abstract class GotoCompletionEvent(source)

An event that a goto call can await before considering the navigation complete.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Fired when the browser fully loaded the HTML, and the DOM tree is built, but external resources like pictures and stylesheets may not have been loaded yet.

Link copied to clipboard

Fired when the specific frame has stopped loading.

Link copied to clipboard

Fired when the whole page has loaded, including all dependent resources such as images, stylesheets, scripts, and iframes.