fullscreenErrorEvent 常量

  1. @SupportedBrowser(SupportedBrowser.CHROME)
  2. @SupportedBrowser(SupportedBrowser.SAFARI)
EventStreamProvider<Event> const fullscreenErrorEvent

静态工厂用于向可能不是 Element 实例的事件处理程序公开 fullscreenerror 事件。

有关使用信息,请参阅 EventStreamProvider

实现

@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
static const EventStreamProvider<Event> fullscreenErrorEvent =
    const EventStreamProvider<Event>('webkitfullscreenerror');