Electron v36.0.0-beta.8

npm
npm install electron@36.0.0-beta.8
yarn
yarn add electron@36.0.0-beta.8
Google ChromeChromium
136.0.7103.33
Node.jsNode.js
22.14.0
V8V8
13.6.233.6

Release Notes

Fixes

  • Fixed a potential crash in utilityProcess.postMessage when calling with an invalid transferable. #46667 (Also in 35)

  • Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46682 (Also in 34, 35)

Other Changes

  • Updated Chromium to 136.0.7103.33. #46665