1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 09:52:27 +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.
* pass: {string} The password to send via HTTP Authentication.
*
* quiet: {boolean} If true, don't report errors.
*
* @returns {XMLHttpRequest}
*/
httpGet: function httpGet(url, callback, self) {