Stream<ProgressEvent> onLoad

Stream of load events handled by this FileReader.

Source

@DomName('FileReader.onload')
@DocsEditable()
Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);