-
abortEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
abort
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('abort')
-
DONE
→ const int
-
2
-
EMPTY
→ const int
-
0
-
errorEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
error
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('error')
-
loadEndEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
loadend
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('loadend')
-
loadEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
load
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('load')
-
LOADING
→ const int
-
1
-
loadStartEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
loadstart
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('loadstart')
-
progressEvent
→ const EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
progress
events to event
handlers that are not necessarily instances of FileReader. [...]
const EventStreamProvider<ProgressEvent>('progress')