Stream of load
events handled by this Document.
Source
@DomName('Document.onload') @DocsEditable() Stream<Event> get onLoad => Element.loadEvent.forTarget(this);
Stream of load
events handled by this Document.
@DomName('Document.onload') @DocsEditable() Stream<Event> get onLoad => Element.loadEvent.forTarget(this);