From d5124210844a9a85faefc9563c992ddbc2beb7fb Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Sat, 16 Apr 2016 19:58:03 +0200 Subject: [PATCH] Fix documentation --- docs/api/web-view-tag.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index cee06dfa35d..c77d3c690b8 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -504,6 +504,7 @@ Returns: * `errorCode` Integer * `errorDescription` String * `validatedURL` String +* `isMainFrame` Boolean This event is like `did-finish-load`, but fired when the load failed or was cancelled, e.g. `window.stop()` is invoked. @@ -762,6 +763,10 @@ Emitted when media is paused or done playing. ### Event: 'did-change-theme-color' +Returns: + +* `themeColor` String + Emitted when a page's theme color changes. This is usually due to encountering a meta tag: ```html