errorEvent 常量

EventStreamProvider<Event> const errorEvent

静态工厂,用于向不是< альтернатив href="../../dart-html/AbstractWorker-class.html">AbstractWorker实例的事件处理器公开error事件。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<Event> errorEvent =
    const EventStreamProvider<Event>('error');