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
[](https://chromewebstore.google.com/detail/chrome-inspector-sync/jgiapjeogionjfbonpiamipcedcnohha)
2
+
3
+
By CDP's design, DevTool is a separated client like the one wrapped by `Inspector`, and each client maintains its own [Command Line API](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#method-evaluate) like $0, so we must inject some code in browser's DevTool to get it. That's why this extension is needed.
4
+
5
+
## TODO
6
+
1
7
Can be replaced by eval in devtool page? not sure compatibility and limitation.
0 commit comments