Electron v42.0.0-beta.8
Latest Pre Releasenpm
npm install --save-dev electron@42.0.0-beta.8
yarn
yarn add --dev electron@42.0.0-beta.8
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
UnhookWindowsHookExfailure insetIgnoreMouseEvents(true, { forward: true })teardown could cause duplicate low-level mouse hooks to be installed on the next activation. #51418 (Also in 41)