onConnect 属性

Stream<Event> onConnect

由这个 SharedWorkerGlobalScope 处理的 connect 事件流。

实现

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