Merge pull request #1554 from deepak1556/favicon_patch

webContents: removing getFavicon api
This commit is contained in:
Cheng Zhao 2015-05-10 21:22:01 +08:00
commit 75e5695317
5 changed files with 0 additions and 24 deletions

View file

@ -743,10 +743,6 @@ Returns URL of current web page.
Returns the title of web page.
### WebContents.getFavicon()
Returns the favicon of web page as [NativeImage](native-image.md).
### WebContents.isLoading()
Returns whether web page is still loading resources.