onError property - FileReader class - dart:html library (original) (raw)

description

Stream<ProgressEvent> getonError

Stream of error events handled by this FileReader.

Implementation

Stream<ProgressEvent> get onError => errorEvent.forTarget(this);