Rename httpreferrer to httpReferrer, useragent to userAgent.

This commit is contained in:
Haojian Wu 2015-06-09 09:27:57 +08:00
parent bf1765f941
commit 488801e244
2 changed files with 4 additions and 4 deletions

View file

@ -782,8 +782,8 @@ Emitted when the WebContents is destroyed.
* `url` URL
* `options` URL
* `httpreferrer` String - A HTTP Referer url
* `useragent` String - A user agent originating the request
* `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://`.