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@34.0.0-beta.9
.
Release Notes for v34.0.0-beta.9
Features
- Added APIs to manage shared dictionaries for compression efficiency using Brotli or ZStandard. The new APIs are
session.getSharedDictionaryUsageInfo()
,session.getSharedDictionaryInfo(options)
,session.clearSharedDictionaryCache()
, andsession.clearSharedDictionaryCacheForIsolationKey(options)
. #44950 (Also in 33) - Added
WebFrameMain.collectJavaScriptCallStack()
for accessing the JavaScript call stack of unresponsive renderers. #44938 (Also in 33)
Fixes
- Fixed an possible crash when using draggable regions and BaseWindows to get the
context-menu
event. #44952 (Also in 32, 33)
Other Changes
- Updated Chromium to 132.0.6834.32. #44949
Documentation
- Documentation changes: #44927