CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 17:47:47 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"147efab9165c1d9da21a6b75e20b658f"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=3SMZm0TYufezi9FTRSWzNSsQt9%2Fi5ZZm1MG3%2BtvtvyDrxPDTrSbuOk5zM1FD2XDL%2FQF5PXujml5Pz7xtyId73pNH9hz%2BUMEZYzpvJskRdYca27kgctRjXIbGjNaDC6oHb870GBGv2TWoakqy%2BSvEaTHNQu4fDyc8QPPAC49l4Lk4q4UHabgpZEEWrdNIYdkqLOguFZV%2ByvrVGsIOorykCASaSW7Q9c%2BRXKHR1yKzI2cgF98s8tjxA9TpLCKRpcqEdzmg4bPQ1HT6mn1e8BxdbA%3D%3D--lgtTs%2B81F1YaNXLO--s3J98X7Rk6B5Mo3XYuYm9A%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1177145132.1753292867; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 17:47:47 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 17:47:47 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A6DE:1C6D98:F7001F:1240481:68812043
Release electron v10.0.0-beta.1 · electron/electron · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
electron v10.0.0-beta.1
Pre-release
Pre-release
Compare
·
495 commits
to 10-x-y
since this release
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@10.0.0-beta.1
.
Release Notes for v10.0.0-beta.1
Breaking Changes
- Changed the default value of 'enableRemoteModule' to false. #22091
- Fixed the positioning of window buttons on MacOS when the OS locale is set to an RTL language (like Arabic or Hebrew). Frameless window apps may have to account for this change while styling their windows. #22016
Features
- Added
contents.getBackgroundThrottling()
method andcontents.backgroundThrottling
property. #21036 - Added
rateLimit
andcompress
options tocrashReporter
. #23062 - Added a
sameSite
property to the Cookie structure allowing you to get and set the same site policy for cookies. #22789 - Added new
render-process-gone
event onapp
to replace therenderer-process-crashed
event. #23560 - Added new
render-process-gone
event to replace thecrashed
event. #23096 - Added new
useSessionCookies
flag tonet
requests to allow them to use the session cookie store. #22704 - Added support for
MessagePort
in the main process. #22404 - Added support for the 'compress' option of crashReporter on Linux. #23597
- Added the 'onclose' event to MessagePort and MessagePortMain. #22532
- Added the ability to get the "Recent" folder on Windows with
app.getPath('recent')
. #23381 - BrowserWindow
darkTheme
option now defaults tonativeTheme.shouldUseDarkColors
. #20138 - Can now check if a given
session
is persistent by calling theses.isPersistent()
API. #22622 - Deprecated uncompressed crash uploads in
crashReporter
. #23598 - Enable native Electron handling and passing of Node.js cli options. #21110
- Enhanced window.open functionality with the ability to handle
POST
data in thenew-window
event. #19703 - Exposed the
desktopCapturer
module in the main process. #23548 - The position of nested touch bars inherited from Chromium can now be customized (macOS). #22270
Fixes
- Fixed BrowserWindow.moveAbove on Windows. #23161
- Fixed
WebContents.focus
not focusing window on macOS and Linux. #22323 - Fixed a crash that could happen when a warning was emitted when loading an extension. #23667
- Fixed a crash when closing GTK file open/save dialogs. #23109
- Fixed a crash when using
<input type="file" />
. #22843 - Fixed a potential crash when menu is created from an empty template. #23308
- Fixed an issue that could cause exceptions in the 'remote' module when accessing objects without constructors. #22820
- Fixed an issue where
startDrag
could crash if some specific strings were passed intonativeImage.createFromImage
to create theicon
. #23467 - Fixed an issue where diagnostic error reporting wasn't available in Node.js processes. #23126
- Fixed an issue where undo and redo shortcuts did not work in webviews. #22911
- Fixed crash-on-exit that could happen during node platform deinitialization. #23116
- Fixed issue where
SameSite
cookies would not be attached to outgoing requests from thenet
module. #22788 - Fixed several memory leaks related to V8 handles not being properly scoped. #22531
- Fixed some Wasm and diagnostics issues in main and renderer process execution of Node.js. #23261
- Fixed some event listener crashes in Tray. #23140
- Fixed the JavaScript object of
BrowserWindow
not garbage collected when window is closed. #22006
Other Changes
- Fixed feature string parsing type coercion for window.open. #23130
- Removed the deprecated
currentlyLoggingPath
property ofnetLog
. Additionally,netLog.stopLogging
no longer returns the path to the recorded log. #22732 - Updated Node.js to v12.16.3. #23327
Documentation
Assets 63
You can’t perform that action at this time.