8000 Release electron v1.4.6 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v1.4.6

Compare
Choose a tag to compare
@zcbenz zcbenz released this 09 Nov 21:26

Dependency Upgrades

  • Upgraded to Chrome 53.0.2785.143 from 53.0.2785.113. #7906

API Changes

  • webContents.executeJavaScript now returns a Promise that resolves to the
    value returned by the specified code block. Previously this method did not
    return a value. The callback option is still supported. #7533

Bug Fixes

  • Fixed an issue where <webview> tags would be cleared or refreshed
    incorrectly when toggling the visibility or attaching/detaching. #7852

Infrastructure Changes

0