Electron v35.0.1
npm
npm install --save-dev electron@35.0.1
yarn
yarn add --dev electron@35.0.1
Release Notes
Fixes
Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. #45911 (Also in 36)
Fixed an issue where
setContentProtection(true)
was reverted when a given window was hidden. #45889 (Also in 34)Fixed invalid memory access in pdf viewer which lead to random crashes. #45879 (Also in 34)
Improved webContents loading time when resolving fonts for uncommon scripts. #45918 (Also in 34, 36)