AboutSupportDeveloper GuideVersion 39.125.81.6

A script that is run before page load.

interface PreloadScript {
    mandatory?: boolean;
    state?: "load-started" | "load-failed" | "load-succeeded" | "failed" | "succeeded";
    url: string;
}

Properties

Properties

mandatory?: boolean

Default Value

false

Fail to load the window if this preload script fails
state?: "load-started" | "load-failed" | "load-succeeded" | "failed" | "succeeded"

Preload script execution state.

url: string

The URL from which the script was loaded.