onLoad property Null safety

Stream<ProgressEvent> onLoad

Stream of load events handled by this HttpRequestEventTarget.

Implementation

Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);