Electron: v34.0.0-beta.9 Release

Release date:
December 5, 2024
Previous version:
v34.0.0-beta.8 (released December 1, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v34.0.0-beta.9

Could not determine top contributors for this release.

Directory Browser for v34.0.0-beta.9

All files are compared to previous version, v34.0.0-beta.8. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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 [email protected].

# 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(), and session.clearSharedDictionaryCacheForIsolationKey(options). #44950 <span style="font-size:small;">(Also in 33)</span>
  • Added WebFrameMain.collectJavaScriptCallStack() for accessing the JavaScript call stack of unresponsive renderers. #44938 <span style="font-size:small;">(Also in 33)</span>

    Fixes

  • Fixed an possible crash when using draggable regions and BaseWindows to get the context-menu event. #44952 <span style="font-size:small;">(Also in 32, 33)</span>

    Other Changes

  • Updated Chromium to 132.0.6834.32. #44949

    Documentation

    • Documentation changes: #44927