Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.10
.
Release Notes for v38.0.0-alpha.10
Fixes
- Fixed a bug where the
Referer
header was not being set correctly when usingwebContents.downloadURL()
. #47867 (Also in 36)
Other Changes
- Updated Chromium to 140.0.7309.0. #47863