This commit is contained in:
Milan Burda 2019-05-21 08:36:22 +02:00 коммит произвёл Cheng Zhao
Родитель cac50608d6
Коммит e81afed66d
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -354,9 +354,6 @@ WebContents.prototype._init = function () {
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.
this.on('devtools-reload-page', function () {
this.reload()