Electron v24.0.0-alpha.6

npm
npm install --save-dev electron@24.0.0-alpha.6
yarn
yarn add --dev electron@24.0.0-alpha.6
Google ChromeChromium
111.0.5560.0
Node.jsNode.js
18.14.0
V8V8
11.1.269

Release Notes

Features

  • Added httpOnly to the cookie filter. #37365

  • Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows. #37291

Fixes

  • Fixed right-click events not being delivered in frameless window draggable regions. #37395 (Also in 23)