errorEvent constant - ServiceWorker class - dart:html library

EventStreamProvider<Event> const errorEvent

Implementation

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