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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user