Add missing method

This commit is contained in:
Milan Burda
2016-08-22 22:58:55 +02:00
parent e22f1e32bc
commit 198bb0ca9a

View File

@@ -4766,6 +4766,10 @@ declare namespace Electron {
* @returns Whether the web page is destroyed.
*/
isDestroyed(): boolean;
/**
* @returns Whether the web page is focused.
*/
isFocused(): boolean;
/**
* @returns Whether guest page is still loading resources.
*/