CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 23:35:41 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/"1f7bd25678cfa3acab45485bcf46f3f9"
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=hnuqFKnGA7ffcvXt7KtTCtM0ebMuIu%2FGl2SK5NVjuhFAOlkb2QIy4HlmGcHWgMdC6H5V5Y9wXoqTPxteBeZuxwG97%2F71Tc7FYHZmOmGQzNZrexEMVwSLxvkFNZPlZVX%2BbDPzwzMvo%2FD3Qjetjscn3moLG5fkiXfwXyvHfTYoB1jguV1w1rYtNdfCt266nxTyHg0LASwgO9M2rv5XlD16I5GkrbH%2B90hygoNjlagMInXQGbV3dvip7MCGn9f%2BrTqxmgf2JpZhhcirjOkI8aR2Dw%3D%3D--9LwLWBTonqUeNOSz--9mRj3ihc0yqJmdT0I%2FqeIA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.912726440.1753313741; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:35:41 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:35:41 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C092:3644F0:1151236:14D2620:688171CD
Release electron v9.0.0 · electron/electron · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
electron v9.0.0
Compare
Release Notes for 9.0.0
Stack Upgrades
- Chromium v83.0.4103.50
- Node v12.14.1
- V8
8.3
Breaking Changes
- Changed the default value of
app.allowRendererProcessReuse
totrue
. This will prevent loading of non-context-aware native modules in renderer processes. (See #18397 for more information on this change.) #22401 - Removed deprecated <webview>.getWebContents(). #20986
- Removed the deprecated 'setLayoutZoomLevelLimits' method. #21383
- IPC between main and renderer processes now uses the Structured Clone Algorithm. #20214
- Split shell.openItem(path) into synchronous and asynchronous methods. #20682
Features
- Added
fullScreen
property support forBrowserWindow
s. #23330 - Added
session.listWordsInSpellCheckerDictionary
API to list custom words in the dictionary. #22128 - Added
session.removeWordFromSpellCheckerDictionary
API to remove custom words in the dictionary. #22368 - Added
session.serviceWorkerContext
API to access basic service worker info and receive console logs from service workers. #22313 - Added a new
force
parameter toapp.focus()
on macOS to allow apps to forcefully take focus. #23447 - Added chrome.i18n extension API. #22570
- Added chrome.tabs.connect extension API for background pages. #22549
- Added support for property access to some getter/setter pairs on
BrowserWindow
. #23208 - Added support for the chrome.extension.getBackgroundPage API when building with enable_electron_extensions. #22177
- Allow an optional callback parameter for WebFrame.executeJavaScript* methods, which is called synchronously unless the target context is paused. #22501
- Restored support for pdfium-based PDF viewer. #22131
Fixes
- Don't allow window to go behind menu bar on mac. #22828
- Fixed
webRequest
module not working withfile://
protocol. #22919 - Fixed
webRequest
not working for CORS requests. #22468 - Fixed
win.setMenuBarVisibility(false)
not hiding menu bar. #23263 - Fixed an issue where changing theme on macOS would break window maximizability state. #22724
- Fixed crash in network service process when using protocol.registerSchemeAsPrivileged api. #22917
- Fixed crash that could occur when calling
session.fromPartition
inside the ready event. #23472 - Fixed incorrect hit testing on top of ::after element with layoutNG. #23190
- Fixed missing debug symbols for crashpad handler on macOS. #23573
- Fixed possible freeze on window with disabled background throttling. #22852
- Fixed the print button functionality in the PDF viewer extension. #23173
- Limited manipulation of custom spellchecker dictionary words to persistent sessions. #22683
- Removed extraneous crashpad_handler binary from the Linux distribution files. #23575
crashReporter
is now explicitly initialized only in the main process, and implicitly initialized in other child processes. This fixes an issue preventing the crash reporter from functioning in sandboxed renderers on Linux. #23461- Fixed broken Views API builds. #22642
Performance
Assets 63
You can’t perform that action at this time.