electron v1.7.1 beta
Pre-release
Pre-release
Bug Fixes
- Fixed a crash when launching with the
--debugor--debug-brk
command line flags. #9436 - Fixed several issues with the
electron.d.tsTypeScript definition file. - Popup windows and
<webview>tags are now supported by the offscreen
rendering option. #8839 - Fixed an issue where service worker scripts would not load when using
protocol.interceptBufferProtocol. #9360
API Changes
- Added support for using Chrome's default
window.openimplementation
via thenativeWindowOpenoption to theBrowserWindowconstructor. #8963 - Added a
will-prevent-unloadevent towebContentsthat can be used to
prevent a page from preventing the unload of a page. #9331 - Added support for specifying the maximum disk space used by the cache
via the--disk-cache-sizeChrome option. #9435 - Added a
webContents.getOSProcessId()API to get the operating system
pid for a renderer process. #9222