Downloads: {
Error: any;
_lists: {};
_promiseListsInitialized: any;
_summaries: {};
createDownload: any;
getPreferredDownloadsDirectory: any;
getSystemDownloadsDirectory: any;
getTemporaryDownloadsDirectory: any;
get ALL(): any;
get PRIVATE(): any;
get PUBLIC(): any;
fetch(aSource: any, aTarget: any, aOptions: any): any;
getList(aType: any): any;
getSummary(aType: any): any;
}
Type declaration
-
Error: any
-
_lists: {}
-
_promiseListsInitialized: any
-
_summaries: {}
-
createDownload: any
-
getPreferredDownloadsDirectory: any
-
getSystemDownloadsDirectory: any
-
getTemporaryDownloadsDirectory: any
-
get ALL(): any
-
get PRIVATE(): any
-
get PUBLIC(): any
-
fetch:function
- fetch(aSource: any, aTarget: any, aOptions: any): any
-
Parameters
-
aSource: any
-
aTarget: any
-
aOptions: any
Returns any
-
getList:function
- getList(aType: any): any
-
Returns any
-
getSummary:function
- getSummary(aType: any): any
-
Returns any