We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa3dbf commit eaa86c2Copy full SHA for eaa86c2
pages/index.md
@@ -124,7 +124,7 @@ const data = await Main.MainImpl.sendOverProtocol("Page.captureScreenshot");</pr
124
125
<h3 id="extension">DevTools protocol via Chrome extension</h3>
126
<p>To allow chrome extensions to interact with the protocol, we introduced
127
-<a href="https://developer.chrome.com/extensions/debugger.html">chrome.debugger</a>
+<a href="https://developer.chrome.com/extensions/debugger/">chrome.debugger</a>
128
extension API that exposes this JSON message
129
transport interface. As a result, you can not only attach to the remotely
130
running Chrome instance, but also instrument it from its own extension.
0 commit comments