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@34.0.0-alpha.7
.
Release Notes for v34.0.0-alpha.7
Fixes
- Fixed an issue where
EventSource
wasundefined
in both renderer and worker processes when Node.js integration was enabled. #44495 (Also in 32, 33)