Change8

v44.0.0-beta.4

📦 electronView on GitHub →
🐛 3 fixes🔧 2 symbols

Summary

This beta release fixes several crashes related to `systemPreferences.promptTouchID` and `contentTracing.stopRecording`, and addresses an issue with V8 code caching on Windows. It also includes backported fixes from upstream Chromium and V8.

🐛 Bug Fixes

  • 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.

Affected Symbols