Electron v27.0.0-alpha.3

npm
npm install --save-dev electron@27.0.0-alpha.3
yarn
yarn add --dev electron@27.0.0-alpha.3
Google ChromeChromium
118.0.5949.0
Node.jsNode.js
18.17.1
V8V8
11.8.29

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)