ElementStream<Event> onLoad

Stream of load events handled by this BodyElement.

Source

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