Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@32.0.0-beta.3
.
Release Notes for v32.0.0-beta.3
Fixes
- Fixed several view hierarchy issues related to web contents view on MacOS. #43088
- Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43070 (Also in 30, 31)