Electron v44.0.0-beta.4

Latest Pre Release
npm
npm install --save-dev electron@44.0.0-beta.4
yarn
yarn add --dev electron@44.0.0-beta.4
Google ChromeChromium
152.0.7977.30
Node.jsNode.js
24.18.1
V8V8
15.2.124.5

Release Notes

Fixes

  • Fixed a crash in systemPreferences.promptTouchID(reason) when an invalid reason value is passed. #52781 (Also in 42, 43)

  • Fixed a potential crash in contentTracing.stopRecording() when the trace file could not be written to the requested path. #52794 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream Chromium and V8. #52774

  • Fixed a 1-in-200 chance per renderer process on Windows of scripts on the first page load being compiled without their V8 code cache. #52792