npm install electron@v30.0.0-beta.5
yarn add electron@v30.0.0-beta.5
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.
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)