Hello everyone,
I am currently developing a DevTools extension for Chrome. For my extension to function correctly, it requires a debugger connection to the page. However, I've observed that this debugger connection is already established by DevTools when it's opened.
Is there a way for my extension to share the existing debugger connection with the rest of the DevTools? Alternatively, can my extension borrow the debugger connection from DevTools temporarily or somehow interact with it?
I appreciate any guidance or best practices related to this.
Best regards,
Oldrich Kepka
Does the protocol support multiple simultaneous clients?
Chrome 63 introduced support for multiple clients. See this article for details.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/0349f386-8a7a-474a-8129-92874c840427n%40chromium.org.