Stream<Event> onFullscreenError

Stream of fullscreenerror events handled by this Document.

Source

@DomName('Document.onwebkitfullscreenerror')
@DocsEditable()
// https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
@Experimental()
Stream<Event> get onFullscreenError =>
    Element.fullscreenErrorEvent.forTarget(this);