Dart
dart:html
Document
onCanPlayThrough property
description
onCanPlayThrough property
Stream
<
Event
>
onCanPlayThrough
Implementation
Stream<Event>
get
onCanPlayThrough =>
Element
.canPlayThroughEvent.forTarget(
this
);