HTML onprogress Attribute
Example
<video onprogress="myFunction()">
Meaning
The progress event run when the browser is downloading the audio/video.
Standard Syntax
<element onprogress="script">
Applies to:
The onprogress attribute can be used on the following element:
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies a script that run when the media in progress. |