Stream of load
events handled by this FileReader.
Source
@DomName('FileReader.onload') @DocsEditable() Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);
Stream of load
events handled by this FileReader.
@DomName('FileReader.onload') @DocsEditable() Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);