canPlayType method

CanPlayTypeResult canPlayType(
  1. 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.

Implementation

external CanPlayTypeResult canPlayType(String type);