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