menu
Dart
dart:html
MediaElement
canPlayType method
canPlayType
brightness_4
brightness_5
description
canPlayType
method
@Unstable()
String
canPlayType
(
String
?
type
,
[
String
?
keySystem
]
)
Implementation
@Unstable() String canPlayType(String? type, [String? keySystem]) native;
Dart
dart:html
MediaElement
canPlayType method
MediaElement class