onOnline property

ElementStream<Event> onOnline
@DocsEditable(), @DomName('HTMLBodyElement.ononline')

Stream of online events handled by this BodyElement.

Implementation

@DomName('HTMLBodyElement.ononline')
@DocsEditable()
ElementStream<Event> get onOnline => onlineEvent.forElement(this);