Electron v26.4.3
npm
npm install --save-dev electron@26.4.3
yarn
yarn add --dev electron@26.4.3
Release Notes
Fixes
Fixed an issue where
navigator.keyboard.lock()
did not work per latest expected behavior. #40387 (Also in 27, 28)Fixed crash in renderer process due to partition allocator when sandbox is disabled. #40377