Electron v30.0.0-beta.5

npm
npm install --save-dev electron@30.0.0-beta.5
yarn
yarn add --dev electron@30.0.0-beta.5
Google ChromeChromium
124.0.6367.9
Node.jsNode.js
20.11.1
V8V8
12.4.254.3

Release Notes

Fixes

  • Fixed a potential crash in chrome.scripting on extension unload. #41702 (Also in 29)

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41708 (Also in 28, 29)

  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41740 (Also in 29)