Electron v12.0.0-beta.4

npm
npm install --save-dev electron@12.0.0-beta.4
yarn
yarn add --dev electron@12.0.0-beta.4
Google ChromeChromium
89.0.4328.0
Node.jsNode.js
14.15.1
V8V8
8.8.278

Release Notes

Fixes

  • Fixed contentTracing.stopRecording() not rejecting when there is no trace in progress. #26656 (Also in 11)

  • Fixed screen methods not being accessible via remote.screen. #26661 (Also in 11)

  • Fixed a crash when calling webContents.fromId with an unknown ID. #26651 (Also in 11)