Interface ReadyStateChangeEvent

Fired when an event occurs.

interface ReadyStateChangeEvent {
    date: Date;
    readyState: number;
    type: READYSTATE_CHANGE;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

readyState: number

The player's new ready state.

The type of the event.

Generated using TypeDoc