angular/devtools/projects/protocol/src/lib
hawkgs b5fc949840 fix(devtools): MessageBus.on return type (#62898)
It appears that the intent is to return an unlisten function when `on` is called. The message bus implementations indicate that. However, the `MessageBus` abstract class returns `void` instead.

Change to `on: () => void`.

PR Close #62898
2025-07-31 09:16:15 +00:00
..
message-bus.ts fix(devtools): MessageBus.on return type (#62898) 2025-07-31 09:16:15 +00:00
messages.ts feat(devtools): add transfer state tab (#62465) 2025-07-22 08:41:10 -04:00
priority-aware-message-bus.spec.ts fix(devtools): MessageBus.on return type (#62898) 2025-07-31 09:16:15 +00:00
priority-aware-message-bus.ts fix(devtools): MessageBus.on return type (#62898) 2025-07-31 09:16:15 +00:00