canPlayType method

CanPlayTypeResult canPlayType(
  1. String type
)

Implementation

CanPlayTypeResult canPlayType(String type) =>
    js_util.callMethod(this, 'canPlayType', [type]);