onLoad 属性

Stream<Event> onLoad

由此 Document 处理的 load 事件流。

实现

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