chore: remove dead code (#18370)
This commit is contained in:
parent
cac50608d6
commit
e81afed66d
1 changed files with 0 additions and 3 deletions
|
@ -354,9 +354,6 @@ WebContents.prototype._init = function () {
|
||||||
app.emit('renderer-process-crashed', event, this, ...args)
|
app.emit('renderer-process-crashed', event, this, ...args)
|
||||||
})
|
})
|
||||||
|
|
||||||
deprecate.event(this, 'did-get-response-details', '-did-get-response-details')
|
|
||||||
deprecate.event(this, 'did-get-redirect-request', '-did-get-redirect-request')
|
|
||||||
|
|
||||||
// The devtools requests the webContents to reload.
|
// The devtools requests the webContents to reload.
|
||||||
this.on('devtools-reload-page', function () {
|
this.on('devtools-reload-page', function () {
|
||||||
this.reload()
|
this.reload()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue