- Inheritance
- Object
- DartHtmlDomObject
- EventTarget
- FileReader
- Annotations
- DocsEditable()
- DomName('FileReader')
Constants
- abortEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
abortevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<ProgressEvent>('abort') - DONE → int
-
const
2 - EMPTY → int
-
const
0 - errorEvent → EventStreamProvider<Event>
-
Static factory designed to expose
errorevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<Event>('error') - loadEndEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
loadendevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<ProgressEvent>('loadend') - loadEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
loadevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<ProgressEvent>('load') - LOADING → int
-
const
1 - loadStartEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
loadstartevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<ProgressEvent>('loadstart') - progressEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
progressevents to event handlers that are not necessarily instances of FileReader.…constconst EventStreamProvider<ProgressEvent>('progress')
Static Methods
Constructors
- FileReader()
-
factory
- FileReader.internal_()
Properties
- blink_jsObject → JsObject
-
The underlying JS DOM object.
read / write, inherited - error → FileError
-
read-only
- hashCode → int
-
read-only, inherited
- on → Events
-
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited - onAbort → Stream<ProgressEvent>
-
Stream of
abortevents handled by thisFileReader.read-only - onError → Stream<Event>
-
Stream of
errorevents handled by thisFileReader.read-only - onLoad → Stream<ProgressEvent>
-
Stream of
loadevents handled by thisFileReader.read-only - onLoadEnd → Stream<ProgressEvent>
-
Stream of
loadendevents handled by thisFileReader.read-only - onLoadStart → Stream<ProgressEvent>
-
Stream of
loadstartevents handled by thisFileReader.read-only - onProgress → Stream<ProgressEvent>
-
Stream of
progressevents handled by thisFileReader.read-only - readyState → int
-
read-only
- result → Object
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
abort(
) → void -
addEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
dispatchEvent(
Event event) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
readAsArrayBuffer(
Blob blob) → void -
readAsDataUrl(
Blob blob) → void -
readAsText(
Blob blob, [String encoding]) → void -
removeEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited