Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@42.0.0-beta.8.
Release Notes for v42.0.0-beta.8
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)