Electron v22.0.3

npm
npm install --save-dev electron@22.0.3
yarn
yarn add --dev electron@22.0.3
Google ChromeChromium
108.0.5359.179
Node.jsNode.js
16.17.1
V8V8
10.8.168.25

Release Notes

Fixes

  • Fixed an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. #36918 (Also in 21, 23)

  • Fixed an issue where the setPermissionRequestHandler callback would be invoked twice when using navigator.getUserMedia(...). #36873 (Also in 23)

  • Use the process cache to reduce the memory for asar file. #36664 (Also in 21, 23)