Electron v33.1.0
Release Notes
Features
Added
WebFrameMain.detached
for frames in an unloading state.Added
WebFrameMain.isDestroyed()
to determine if a frame has been destroyed.Fixed
webFrameMain.fromId(processId, frameId)
returning aWebFrameMain
instance which doesn't match the given parameters when the frame is unloading. #44209
Fixes
Fixed an issue where
EventSource
wasundefined
in both renderer and worker processes when Node.js integration was enabled. #44496 (Also in 32, 34)Fixed crash when network process terminates while a net log is running. #44420 (Also in 31, 32, 34)
Fixed crash when rendering super menu accelerator on linux. #44520 (Also in 34)
Fixed external window focus when using shell.openExternal. #44468 (Also in 34)
Fixed regression with dynamic dependency on
libgdk_pixbuf
. #44436 (Also in 32, 34)