onLoad property

ElementStream<Event> onLoad
@DocsEditable(), @DomName('HTMLBodyElement.onload')

Stream of load events handled by this BodyElement.

Implementation

@DomName('HTMLBodyElement.onload')
@DocsEditable()
ElementStream<Event> get onLoad => loadEvent.forElement(this);