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

Source

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