Electron Releases - v27.0.0-alpha.3

npm install electron@v27.0.0-alpha.3
yarn add electron@v27.0.0-alpha.3
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

Features

  • Added the ability to send HTTP headers with webContents.downloadURL(). #39560 (Also in 25, 26)

Fixes

  • Fixed an issue where BrowserViews that had their bounds set prior to being added to a BrowserWindow could have unexpected incorrect offsets. #39627
  • Fixed an issue where certain properties of chrome.tabs Tab objects were not properly considered privileged. #39608 (Also in 25, 26)
  • Support Region Capture API with tab MediaStream. #39619 (Also in 25, 26)