onFullscreenError property - Document class - dart:html library (original) (raw)
Stream<Event> getonFullscreenError
Stream of fullscreenerror
events handled by this Document.
Implementation
Stream<Event> get onFullscreenError =>
Element.fullscreenErrorEvent.forTarget(this);