angular/devtools/projects
Aleksander Bodurri 36edf4870f fix(devtools): fix incorrect logic in destroy function for ChromeMessageBus
Destroy uses window.removeEventListener but the ChromeMessageBus doesn't actually depend on a window object.

In practice this code is unlikely to ever be reached. If a tab is closed the entire context script JS process is killed so this is not an bug that would be very common or even reachable. That being said for correctness this should not be using window.
2026-03-23 14:51:27 -07:00
..
demo-no-zone refactor(devtools): use whenStable instead of detectChanges 2026-01-05 12:24:58 -05:00
ng-devtools refactor(devtools): utilize new unified getControlFlowBlocks API (#66167) 2026-03-16 14:17:25 -07:00
ng-devtools-backend refactor(devtools): utilize new unified getControlFlowBlocks API (#66167) 2026-03-16 14:17:25 -07:00
protocol refactor(devtools): utilize new unified getControlFlowBlocks API (#66167) 2026-03-16 14:17:25 -07:00
shared-utils refactor(devtools): use whenStable instead of detectChanges 2026-01-05 12:24:58 -05:00
shell-browser fix(devtools): fix incorrect logic in destroy function for ChromeMessageBus 2026-03-23 14:51:27 -07:00