Electron v41.10.2

npm
npm install --save-dev electron@41.10.2
yarn
yarn add --dev electron@41.10.2
Google ChromeChromium
146.0.7680.216
Node.jsNode.js
24.18.0
V8V8
14.6.202.34

Release Notes

Fixes

  • Fixed a renderer crash when calling WebAssembly.compileStreaming() or WebAssembly.instantiateStreaming() with nodeIntegration enabled. #52240 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream Chromium. #52304