Interface LoadingStartEvent

Fired when loading starts. Use for loading spinners.

interface LoadingStartEvent {
    timestamp: number;
    url: string;
}

Properties

Properties

timestamp: number
url: string