Electron v43.7.1
Release Notes
Fixes
Fixed a main-process crash when an app called
loadURL()again right after a load failed because the renderer process exited before the page committed. #53944 (Also in 44, 45)Fixed a memory leak on Windows when
app.getPreferredSystemLanguages()was called. #53867 (Also in 44, 45)Fixed a potential UAF in
app.getPreferredSystemLanguages()on Windows. #53866 (Also in 44, 45)Fixed a renderer crash when an iframe was removed right after loading with
nodeIntegrationInSubFramesenabled andsandboxdisabled, e.g. on pages that embed Meta Pixel. #53884 (Also in 42, 44, 45)Fixed a Windows renderer crash when no default locale could be determined. #53948
Fixed
webContents.capturePage()on offscreen windows returning an image resampled to the display's scale factor instead of rendered at the window'soffscreen.deviceScaleFactor. #53818 (Also in 44, 45)