Stream<Event> onLoad

Stream of load events handled by this Window.

Source

@DomName('Window.onload')
@DocsEditable()
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);