While working on #70319 I have moved the IBroadcastService-service definition to common. However, there is only an implementation for electron-node (not electron-node-less).
Looking at the service and it's usages it seems like a kitchen-sink service that should be avoidedby using "topic"-services, like a service that manages debug output or one that's about windows and themes.
While working on #70319 I have moved the
IBroadcastService-service definition to common. However, there is only an implementation for electron-node (not electron-node-less).Looking at the service and it's usages it seems like a kitchen-sink service that should be avoidedby using "topic"-services, like a service that manages debug output or one that's about windows and themes.