Revert "Merge pull request #8724 from electron/defer_load_url"

Possible cause for #9121

This reverts commit 886b47e713, reversing
changes made to 479af3c9e2.
This commit is contained in:
deepak1556 2017-04-07 23:04:14 +05:30
parent dfab1043d9
commit 50ac7b2edd
4 changed files with 16 additions and 139 deletions

View file

@ -298,11 +298,6 @@ describe('BrowserWindow module', function () {
w.loadURL(`data:image/png;base64,${data}`)
})
it('should not crash when there is a pending navigation entry', function (done) {
ipcRenderer.once('navigated-with-pending-entry', () => done())
ipcRenderer.send('navigate-with-pending-entry', w.id)
})
describe('POST navigations', function () {
afterEach(() => {
w.webContents.session.webRequest.onBeforeSendHeaders(null)