Electron 10.0.0 Released π
Electron 10.0.0 has been released! It includes upgrades to Chromium 85, V8 8.5, and Node.js 12.16 and added several new API integrations and improvements.
You can install it with npm via npm install electron@latest
New in this release:
β‘οΈ Upgraded to Chrome 85
π Improved window event handling
ποΈ Session persistence API enhancements
What's new features added?
- Added
contents.getBackgroundThrottling()method andcontents.backgroundThrottlingproperty. - Added a
sameSiteproperty to the Cookie structure allowing you to get and set the same site policy for cookies. - Added new
render-process-goneevent onappto replace therenderer-process-crashedevent. - Added new
useSessionCookiesflag tonetrequests to allow them to use the session cookie store. - Added support for
MessagePortin themainprocess. - Added the ability to get the "Recent" folder on Windows with
app.getPath('recent'). - BrowserWindow
darkThemeoption now defaults tonativeTheme.shouldUseDarkColors. - Can now check if a given session is persistent by calling the
ses.isPersistent()API. - Added
fullScreenproperty support forBrowserWindow. - Restored support for pdfium-based PDF viewer.
Top comments (0)