📝 Add missing useragent doc.

This commit is contained in:
Haojian Wu 2015-06-08 14:29:30 +08:00
parent 994be9cdab
commit bf1765f941

View file

@ -783,6 +783,7 @@ Emitted when the WebContents is destroyed.
* `url` URL
* `options` URL
* `httpreferrer` String - A HTTP Referer url
* `useragent` String - A user agent originating the request
Loads the `url` in the window, the `url` must contains the protocol prefix,
e.g. the `http://` or `file://`.