:memo: Add docs on window events.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 15 Jan 2014 14:42:47 +0000 (14:42 +0000)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 15 Jan 2014 14:42:47 +0000 (14:42 +0000)
docs/api/browser/browser-window.md

index 3500b9c..e078fa7 100644 (file)
@@ -99,6 +99,22 @@ shouldn't!).
 Emitted when the memory taken by the native window is released. Usually you
 should dereference the javascript object when received this event.
 
+### Event: 'unresponsive'
+
+Emiited when the web page becomes unresponsive.
+
+### Event: 'responsive'
+
+Emitted when the unresponsive web page becomes responsive again.
+
+### Event: 'crashed'
+
+Emitted when the renderer process is crashed.
+
+### Event: 'blur'
+
+Emiited when window loses focus.
+
 ### Class Method: BrowserWindow.getAllWindows()
 
 Returns an array of all opened browser windows.