Electron v24.0.0-beta.6
npm
npm install --save-dev electron@24.0.0-beta.6
yarn
yarn add --dev electron@24.0.0-beta.6
Release Notes
Fixes
Fixed an issue where calling
port.postMessage
inMessagePortMain
with some invalid parameters could cause a crash. #37726 (Also in 22, 23)Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #37741
Fixed canceling of bluetooth requests when no devices are returned. #37717 (Also in 23)
Other Changes
Updated Chromium to 112.0.5615.39. #37700