Electron v31.3.1
npm
npm install --save-dev electron@31.3.1
yarn
yarn add --dev electron@31.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)