1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 12:05:47 +01:00

util.httpGet: Document the `quiet' parameter.

This commit is contained in:
Štěpán Němec
2011-11-14 12:53:09 +01:00
parent 5fcd2a4d32
commit 15fa73ca71

View File

@@ -713,6 +713,8 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
* user: {string} The user name to send via HTTP Authentication. * user: {string} The user name to send via HTTP Authentication.
* pass: {string} The password to send via HTTP Authentication. * pass: {string} The password to send via HTTP Authentication.
* *
* quiet: {boolean} If true, don't report errors.
*
* @returns {XMLHttpRequest} * @returns {XMLHttpRequest}
*/ */
httpGet: function httpGet(url, callback, self) { httpGet: function httpGet(url, callback, self) {