fullscreenErrorEvent constant - Element class - dart:html library (original) (raw)
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
EventStreamProvider<Event> const fullscreenErrorEvent
Static factory designed to expose fullscreenerror
events to event handlers that are not necessarily instances of Element.
See EventStreamProvider for usage information.
Implementation
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
static const EventStreamProvider<Event> fullscreenErrorEvent =
const EventStreamProvider<Event>('webkitfullscreenerror');