Event that fires when the stream has loaded all the necessary assets, including the car and the environment. This event carries no payload.
CustomEvent of type streamInitialized
streamInitialized
.addEventListener('streamInitialized', (event) => console.log("The stream finished initializing and the content finished loading.")) Copy
.addEventListener('streamInitialized', (event) => console.log("The stream finished initializing and the content finished loading."))
Optional
Event that fires when the stream has loaded all the necessary assets, including the car and the environment. This event carries no payload.
Emits
CustomEvent of type
streamInitializedExample