onConnect property
Stream of connect
events handled by this SharedWorkerGlobalScope.
Implementation
Stream<Event> get onConnect => connectEvent.forTarget(this);
Stream of connect
events handled by this SharedWorkerGlobalScope.
Stream<Event> get onConnect => connectEvent.forTarget(this);