From c9f80dfc7b32bc1de92aec90903132335f08783f Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 15 Aug 2016 13:06:29 -0400 Subject: [PATCH] Added `title` to `page-title-updated` return args --- docs/api/browser-window.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index d0c21ecd491e..a445d8c6a97e 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -298,6 +298,7 @@ labeled as such. Returns: * `event` Event +* `title` String Emitted when the document changed its title, calling `event.preventDefault()` will prevent the native window's title from changing.