Electron v33.3.0
npm
npm install --save-dev electron@33.3.0
yarn
yarn add --dev electron@33.3.0
Release Notes
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). #44951 (Also in 34)Added
WebFrameMain.collectJavaScriptCallStack()for accessing the JavaScript call stack of unresponsive renderers. #44937 (Also in 34)
Fixes
Fixed an possible crash when using draggable regions and BaseWindows to get the
context-menuevent. #44953 (Also in 32, 34)
Other Changes
Updated Chromium to 130.0.6723.152. #44948
Documentation
Documentation changes: #44928