Electron v43.0.0-beta.3

Latest Pre Release
npm
npm install --save-dev electron@43.0.0-beta.3
yarn
yarn add --dev electron@43.0.0-beta.3
Google ChromeChromium
150.0.7863.0
Node.jsNode.js
24.16.0
V8V8
15.0.223

Release Notes

Fixes

  • Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed. #51918 (Also in 41, 42)

  • Fixed a renderer crash when calling WebAssembly.compileStreaming() or WebAssembly.instantiateStreaming() with nodeIntegration enabled. #51955 (Also in 42)

  • Fixed an issue on Linux and Windows where frameless windows would shrink when calling win.center(). Additionally, fixed an issue where frameless windows would appear slightly off-center on Windows. #51920 (Also in 41, 42)

  • Fixed sandboxed preload scripts running a stale cached version after the script was modified without its file size changing. #51932 (Also in 42)

Documentation

  • Documentation changes: #51926