mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 21:35:47 +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.
|
* 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user