onLoad property - Document class - dart:html library (original) (raw)

description

Stream<Event> getonLoad

Stream of load events handled by this Document.

Implementation

Stream<Event> get onLoad => Element.loadEvent.forTarget(this);