Stream of load
events handled by this BodyElement.
Source
@DomName('HTMLBodyElement.onload') @DocsEditable() ElementStream<Event> get onLoad => loadEvent.forElement(this);
Stream of load
events handled by this BodyElement.
@DomName('HTMLBodyElement.onload') @DocsEditable() ElementStream<Event> get onLoad => loadEvent.forElement(this);