webContents: removing getFavicon api

This commit is contained in:
deepak1556 2015-05-04 13:39:13 +05:30
parent 06834b723b
commit 22c50d0800
5 changed files with 0 additions and 24 deletions

View file

@ -741,10 +741,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.

View file

@ -130,10 +130,6 @@ Returns URL of guest page.
Returns the title of guest page.
### `<webview>`.getFavicon()
Returns the favicon of guest page as dataUrl.
### `<webview>`.isLoading()
Returns whether guest page is still loading resources.