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

description

Stream<Event> getonFullscreenError

Stream of fullscreenerror events handled by this Document.

Implementation

Stream<Event> get onFullscreenError =>
    Element.fullscreenErrorEvent.forTarget(this);