npm install electron@v31.3.1
yarn add electron@v31.3.1
Release Notes
Fixes
- Fixed an issue where calling
desktopCapturer.getSources
on macOS running 14.4 or later would make non-resizable windows resizable. #43044 (Also in 32) - Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43071 (Also in 30, 32)