Merge pull request #6846 from ysagal/patch-1

Added `title` to `page-title-updated` return args
This commit is contained in:
Kevin Sawicki 2016-08-15 10:11:16 -07:00 committed by GitHub
commit 420f756c47

View file

@ -298,6 +298,7 @@ labeled as such.
Returns: Returns:
* `event` Event * `event` Event
* `title` String
Emitted when the document changed its title, calling `event.preventDefault()` Emitted when the document changed its title, calling `event.preventDefault()`
will prevent the native window's title from changing. will prevent the native window's title from changing.