Electron v41.10.4

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

Release Notes

Fixes

  • Fixed a UAF with protocol.registerStreamProtocol when an error is emitted during a read. #52513 (Also in 42, 43, 44)

  • Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52512 (Also in 42, 43, 44)

  • Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions unless allow-popups-to-escape-sandbox is set. #52486 (Also in 42, 43)