Electron v38.8.6

npm
npm install --save-dev electron@38.8.6
yarn
yarn add --dev electron@38.8.6
Google ChromeChromium
140.0.7339.249
Node.jsNode.js
22.22.0
V8V8
14.0.365.10

Release Notes

WARNINGElectron 38.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Added validation to protocol client methods to reject protocol names that do not conform to the RFC 3986 URI scheme grammar. #50157 (Also in 39, 40, 41)

  • Fixed an issue where additionalData passed to app.requestSingleInstanceLock on Windows could be truncated or fail to deserialize in the primary instance's second-instance event. #50177 (Also in 39, 40, 41)

  • Fixed an issue where invalid characters in custom protocol or webRequest response header values were not rejected. #50130 (Also in 39, 40, 41)

  • Fixed an issue where permission and device-chooser handlers received the top-level page origin instead of the requesting subframe's origin. #50151 (Also in 39, 40, 41)