Electron v42.0.0-beta.8

Latest Pre Release
npm
npm install --save-dev electron@42.0.0-beta.8
yarn
yarn add --dev electron@42.0.0-beta.8
Google ChromeChromium
148.0.7778.56
Node.jsNode.js
24.15.0
V8V8
14.8.178.6

Release Notes

Fixes

  • Fixed a bug where errors would occur when using the Chrome DevTools Fetch API. #51372 (Also in 41)

  • Fixed a renderer crash when a page uses the <geolocation> HTML element. #51374 (Also in 41)

  • Fixed an issue on Windows where a transient UnhookWindowsHookEx failure in setIgnoreMouseEvents(true, { forward: true }) teardown could cause duplicate low-level mouse hooks to be installed on the next activation. #51418 (Also in 41)