canPlayType method
The HTMLMediaElement method canPlayType()
reports how likely it is
that the current browser will be able to play media of a given MIME type.
Implementation
external CanPlayTypeResult canPlayType(String type);
The HTMLMediaElement method canPlayType()
reports how likely it is
that the current browser will be able to play media of a given MIME type.
external CanPlayTypeResult canPlayType(String type);