Stream<Event> onCanPlayThrough

Source

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