Electron v40.10.2
npm
npm install --save-dev electron@40.10.2
yarn
yarn add --dev electron@40.10.2
Release Notes
Fixes
Fixed an issue that caused the RGBAF16 shared texture format to have a keyed mutex on Windows. #51701 (Also in 41)
Fixed an issue where closing devtools immediately after focus caused a crash. #51702 (Also in 41, 42)
Fixed an issue where custom options in
webContents.print()did not prefill the print dialog on macOS. #51692 (Also in 41, 42)