Electron Releases - v19.0.0-beta.4

npm install electron@v19.0.0-beta.4
yarn add electron@v19.0.0-beta.4
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed an issue where BrowserWindow#isFocused() was returning false when blur() was called on macOS. #34031 (Also in 17, 18)
  • Fixed an issue with the app.requestSingleInstanceLock() API where it would sometimes hang. #34071 (Also in 18)

Other Changes

  • Updated Chromium to 102.0.5005.27. #33932