You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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