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
To use `inspector.$0`, install the extension in [./extension](./extension)`. Also avaliable on [chrome web store](https://chromewebstore.google.com/detail/chrome-inspector-sync/jgiapjeogionjfbonpiamipcedcnohha).
81
+
82
+
The extension is included in the package. Import `CHROME_INSPECTOR_SYNC_EXTENSION_PATH` to get its path. This is useful for automation frameworks like Puppeteer or Playwright to launch with extensions.
- Use raw response's [StyleSheetId](https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-StyleSheetId) and [SourceRange](https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-SourceRange)
89
+
2. Better DOM mutation API support
90
+
- Many setters like `.outerHTML = ...` cannot be async. Possibly have to be `setOuterHTML()`?
91
+
3. Shadow DOM support
92
+
4. Other debugging utilities (ex: console message as event, DOM breakpoint, etc)
93
+
94
+
## Contributing
95
+
96
+
We welcome contributions in any form, including bug reports, pull requests, feature requests, and more.
97
+
98
+
For pull requests, please use [conventional commits](https://conventionalcommits.org/).
0 commit comments