docs: add more links to the devtools protocol docs (#15581)
I missed the link at the top when I was skimming this documentation
This commit is contained in:
parent
2e1c50c891
commit
87565ec667
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ Detaches the debugger from the `webContents`.
|
|||
#### `debugger.sendCommand(method[, commandParams, callback])`
|
||||
|
||||
* `method` String - Method name, should be one of the methods defined by the
|
||||
remote debugging protocol.
|
||||
[remote debugging protocol][rdp].
|
||||
* `commandParams` Object (optional) - JSON object with request parameters.
|
||||
* `callback` Function (optional) - Response
|
||||
* `error` Object - Error message indicating the failure of the command.
|
||||
|
@ -79,5 +79,5 @@ Emitted when debugging session is terminated. This happens either when
|
|||
|
||||
Emitted whenever debugging target issues instrumentation event.
|
||||
|
||||
[rdp]: https://developer.chrome.com/devtools/docs/debugger-protocol
|
||||
[rdp]: https://chromedevtools.github.io/devtools-protocol/
|
||||
[`webContents.findInPage`]: web-contents.md#contentsfindinpagetext-options
|
||||
|
|
Loading…
Reference in a new issue