Skip to content

Commit 4f59d19

Browse files
committed
update readme with correct references to file name
1 parent 413dc70 commit 4f59d19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ comparisons with the help of dedicated console commands.
2323

2424
### Features
2525

26-
- compare objects from multiple tabs and/or between page reloads
26+
- compare objects between multiple [sub]domains, chrome tabs, or single page reloads
2727
- function code included in comparison result in form of a string, may help to see if it was altered
2828
- document, dom-elements and other non-serializable objects are filtered-out from the results
2929
- 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
8888
- injects `console.diff` commands into inspected window's console interface
8989
- each function clones arguments and sends them via `postMessage` to `jsdiff-proxy.js` in `jsdiff-console-to-proxy` message
9090
- 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
9494
- reflects result of last compare request
9595
- listens on `jsdiff-devtools-to-panel-compare` requests
9696
- listens on `jsdiff-devtools-to-panel-search` and tries to find query in DOM

0 commit comments

Comments
 (0)