You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ comparisons with the help of dedicated console commands.
23
23
24
24
### Features
25
25
26
-
- compare objects from multiple tabs and/or between page reloads
26
+
- compare objects between multiple [sub]domains, chrome tabs, or single page reloads
27
27
- function code included in comparison result in form of a string, may help to see if it was altered
28
28
- document, dom-elements and other non-serializable objects are filtered-out from the results
29
29
- self recurring references displayed only once, the rest of occurrences are filtered-out
@@ -88,9 +88,9 @@ with a single argument, that will shift objects from right to left, showing diff
88
88
- injects `console.diff` commands into inspected window's console interface
89
89
- each function clones arguments and sends them via `postMessage` to `jsdiff-proxy.js` in `jsdiff-console-to-proxy` message
90
90
- injects `jsdiff-proxy.js` that listens on window `jsdiff-console-to-proxy` message and sends it further to chrome runtime in `jsdiff-proxy-to-devtools` message
91
-
- listens on `jsdiff-proxy-to-devtools` and prepares payload for `vue/panel.js` and sends it with `jsdiff-devtools-to-panel-compare` message
92
-
- when user invokes devtools search command - informs `vue/panel.js` with `jsdiff-devtools-to-panel-search` message
93
-
- when `vue/panel.js` is visible in devtools
91
+
- listens on `jsdiff-proxy-to-devtools` and prepares payload for `view/panel.vue` and sends it with `jsdiff-devtools-to-panel-compare` message
92
+
- when user invokes devtools search command - informs `view/panel.vue` with `jsdiff-devtools-to-panel-search` message
93
+
- when `view/panel.vue` is visible in devtools
94
94
- reflects result of last compare request
95
95
- listens on `jsdiff-devtools-to-panel-compare` requests
96
96
- listens on `jsdiff-devtools-to-panel-search` and tries to find query in DOM
0 commit comments