Electron v37.0.0-beta.5

npm
npm install --save-dev electron@37.0.0-beta.5
yarn
yarn add --dev electron@37.0.0-beta.5
Google ChromeChromium
138.0.7204.15
Node.jsNode.js
22.16.0
V8V8
13.8.258.9

Release Notes

Features

  • Added the priority and priorityIncremental options to net.request(). #47321 (Also in 36)

Fixes

  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47444 (Also in 35, 36)