onCanPlayThrough property

Stream<Event> onCanPlayThrough
@DocsEditable(), @DomName('Window.oncanplaythrough')

Implementation

@DomName('Window.oncanplaythrough')
@DocsEditable()
Stream<Event> get onCanPlayThrough =>
    Element.canPlayThroughEvent.forTarget(this);