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
        • Parameters

          • aSource: any
          • aTarget: any
          • aOptions: any

          Returns any

      • getList:function
        • Parameters

          • aType: any

          Returns any

      • getSummary:function
        • Parameters

          • aType: any

          Returns any

      Generated using TypeDoc