electron v13.0.0-beta.11
Pre-release
Pre-release
·
446 commits
to 13-x-y
since this release
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@13.0.0-beta.11
.
Release Notes for v13.0.0-beta.11
Fixes
- Fixed a network process crash that could happen when using
setCertificateVerifyProc
with many concurrent verification requests. #28433 (Also in 12) - Fixed rare crash when initializing the internal PDF extension. #28453 (Also in 12)