Emitted when a new source loading has started.

interface SourceLoadEvent {
    name: string;
    source: EventSource;
    timestamp: number;
}

Hierarchy (view full)

Properties

Properties

name: string

This event name as it is on the native side.

source: EventSource

Source that is about to load.

timestamp: number

The UNIX timestamp in which this event happened.