Electron v41.7.0

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

Release Notes

Features

  • Allowed the --experimental-inspector-network-resource Node.js flag to be passed through Electron. #51377 (Also in 42)

Fixes

  • Fixed crash for Notification close. #51656 (Also in 42, 43)

Other Changes

  • Backported a batch of upstream fixes for memory-safety and validation issues across media, GPU, networking, accessibility, compositing and the ANGLE GL backend. #51667

  • Backported fixes for several use-after-free and object-lifetime issues in input, UI, Aura, HID and file-system teardown paths, a runtime-effect validation gap in Skia, and an integer overflow in the GLSL translator. #51647