Electron Releases - v21.0.0-alpha.6

npm install electron@v21.0.0-alpha.6
yarn add electron@v21.0.0-alpha.6
Note: This is an alpha 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 a bug where calling atob in the renderer process could fail under some circumstances. #35443 (Also in 20)
  • Fixed an issue where frameless windows with roundedCorners: false couldn't enter fullscreen without crashing. #35454 (Also in 19, 20)
  • Fixed enable promise support with webFrameMain.executeJavaScript. #35359 (Also in 20)
  • Fixed undefined details.requestingUrl from session.setPermissionCheckHandler. #35409 (Also in 20)
  • Picture-In-Picture mode no longer becomes a red rectangle on hover. #35401 (Also in 19, 20)

Other Changes

  • Updated Chromium to 106.0.5216.0. #35363