improve doc for loadURL
This commit is contained in:
parent
488fe53276
commit
d9901e62b6
2 changed files with 9 additions and 2 deletions
|
@ -493,7 +493,7 @@ win.loadURL('http://github.com')
|
|||
* `userAgent` String - A user agent originating the request.
|
||||
* `extraHeaders` String - Extra headers separated by "\n"
|
||||
|
||||
Loads the `url` in the window, the `url` must contain the protocol prefix,
|
||||
Loads the `url` in the window. The `url` must contain the protocol prefix,
|
||||
e.g. the `http://` or `file://`. If the load should bypass http cache then
|
||||
use the `pragma` header to achieve it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue