onFullscreenError property - Element class - dart:html library (original) (raw)

description

ElementStream<Event> getonFullscreenError

Stream of fullscreenerror events handled by this Element.

Implementation

ElementStream<Event> get onFullscreenError =>
    fullscreenErrorEvent.forElement(this);