npm install electron@v23.2.1
yarn add electron@v23.2.1
Release Notes
Fixes
- Fixed an issue where calling
port.postMessage
inMessagePortMain
with some invalid parameters could cause a crash. #37724 (Also in 22, 24) - Fixed canceling of bluetooth requests when no devices are returned. #37720 (Also in 24)