Commit b9c39c0
authored
[ DWDS ] Refactor
Created two new subclasses of `AppInspector`: `ChromeAppInspector` and
`WebSocketAppInspector`. Functionality that doesn't require knowledge of
the specific DWDS connection mode (e.g., WIP vs WS) remains in the now
abstract `AppInspector`, and functionality specific to the connection
mode is now implemented in the respective `*AppInspector` subclass.
This allows for sharing logic around maintaining caches for scripts and
libraries.AppInspector to support both Chrome and Web Socket connections (#2700)1 parent 82b3855 commit b9c39c0
File tree
26 files changed
+1053
-1052
lines changed- dwds
- lib/src
- debugging
- metadata
- handlers
- injected
- services
- utilities
- test
- fixtures
- instances/common
26 files changed
+1053
-1052
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments