onLoad property - Document class - dart:html library (original) (raw)
Stream of load
events handled by this Document.
Implementation
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);
Stream of load
events handled by this Document.
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);