Electron v43.0.0-alpha.5

Latest Pre Release
npm
npm install --save-dev electron@43.0.0-alpha.5
yarn
yarn add --dev electron@43.0.0-alpha.5
Google ChromeChromium
150.0.7834.0
Node.jsNode.js
24.15.0
V8V8
15.0.43

Release Notes

Features

  • Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS. #51690 (Also in 42)

Fixes

  • Fixed an issue where process and other Node globals were undefined in ESM preload scripts when contextIsolation was disabled. #51723

  • Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers. #51705 (Also in 42)

Other Changes

  • Improved performance of native event emission, IPC dispatch, and option-dictionary parsing. #51615 (Also in 41, 42)

Documentation

  • Documentation changes: #51689