GlobalEventHandlers.onloadedmetadata
The onloadedmetadata property of the
GlobalEventHandlers mixin is the event handler for
processing loadedmetadata events.
The loadedmetadata event is fired when the metadata has been loaded.
Syntax
element.onloadedmetadata = handlerFunction;
var handlerFunction = element.onloadedmetadata;
handlerFunction should be either null or a JavaScript function
specifying the handler for the event.
Specifications
| Specification |
|---|
| HTML Standard # handler-onloadedmetadata |
Browser compatibility
BCD tables only load in the browser