mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix debugger event headings
This commit is contained in:
@@ -1035,7 +1035,7 @@ Detaches the debugger from the `webContents`.
|
||||
|
||||
Send given command to the debugging target.
|
||||
|
||||
### Event: 'detach'
|
||||
#### Event: 'detach'
|
||||
|
||||
* `event` Event
|
||||
* `reason` String - Reason for detaching debugger.
|
||||
@@ -1043,7 +1043,7 @@ Send given command to the debugging target.
|
||||
Emitted when debugging session is terminated. This happens either when
|
||||
`webContents` is closed or devtools is invoked for the attached `webContents`.
|
||||
|
||||
### Event: 'message'
|
||||
#### Event: 'message'
|
||||
|
||||
* `event` Event
|
||||
* `method` String - Method name.
|
||||
|
||||
Reference in New Issue
Block a user