v44.0.0-beta.4Pre-releaseDesktop
electron v44.0.0-beta.4
Fixed 3
- Fixed a crash in systemPreferences.promptTouchID(reason) when an invalid reason value is passed
- Fixed a potential crash in contentTracing.stopRecording() when the trace file could not be written to the requested path
- Fixed a 1-in-200 chance per renderer process on Windows of scripts on the first page load being compiled without their V8 code cache
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@44.0.0-beta.4.
Release Notes for v44.0.0-beta.4
Fixes
- Fixed a crash in
systemPreferences.promptTouchID(reason)when an invalid reason value is passed. #52781 (Also in 42, 43) - Fixed a potential crash in
contentTracing.stopRecording()when the trace file could not be written to the requested path. #52794 (Also in 42, 43)