onLoad 属性

Stream<ProgressEvent> onLoad

由这个 HttpRequestEventTarget 处理的 load 事件流。

实现

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