Electron v45.0.0-alpha.3
Latest Pre Releasenpm
npm install --save-dev electron@45.0.0-alpha.3
yarn
yarn add --dev electron@45.0.0-alpha.3
Release Notes
Fixes
Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53338 (Also in 43, 44)
Fixed main process crashes when navigating to
http://accessibility/orhttp://devtools/, when using theLanguageModelAPI from a Worker with a local AI handler registered, when an extension background page usednavigator.mediaDevices, and when callingSerialPort.forget()for a disconnected device. #53325 (Also in 43, 44)Fixed the PDF viewer failing to save an edited PDF with
NotAllowedError: Third party iframes are not allowed to show a file picker. #53326 (Also in 43, 44)