``` --- "> ``` --- " />
Easy Tutorial
❮ Prop Radio Disabled Coll Form Elements ❯

onstalled Event

Event Object

Example

Execute JavaScript when the browser attempts to fetch media data but the data is unavailable:

<video onstalled="myFunction()">

Definition and Usage

The onstalled event is triggered when the browser fetches media data but the data is unavailable.

Tip: Events that affect media loading include:


Browser Support

The numbers in the table specify the first browser version that fully supports the event.

Event Chrome IE Firefox Safari Opera
onstalled Yes 9.0 Yes Yes Yes

Syntax

In HTML:

In JavaScript:

In JavaScript, using the addEventListener() method:

Note: The addEventListener() method is not supported in Internet Explorer 8 and earlier versions.


Bubbles: No
Cancelable: No
--- ---
Event Type: Event
--- ---
Supported HTML Tags: <audio>, <video>
--- ---
❮ Prop Radio Disabled Coll Form Elements ❯