From bf1765f941f60eeae4f14bd4c344e063176516d0 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Mon, 8 Jun 2015 14:29:30 +0800 Subject: [PATCH] :memo: Add missing `useragent` doc. --- 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 67d31f27bd..768200dc5e 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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://`.