onConnect property

Stream<Event> onConnect

Stream of connect events handled by this SharedWorkerGlobalScope.

Implementation

Stream<Event> get onConnect => connectEvent.forTarget(this);