是否有 API 来控制 Firefox 附加 SDK 中的下载?
Is there an API to control downloads in Firefox add-on SDK?
在 Firefox 中,是否有 API 等同于 Google Chrome 的 chrome.downloads API?
我需要用暂停、恢复、取消等功能来控制下载。另外,我希望能够删除下载的文件。
如果Firefox附加SDK中没有API,是否可以用其他方式做同样的事情?
API 是(链接到 MDN 上的文档):
- Downloads.jsm
- Download
- DownloadTarget
- PlacesUtils.There is good info at paa's answer to the question: API to modify Firefox downloads list
在 Firefox 中,是否有 API 等同于 Google Chrome 的 chrome.downloads API?
我需要用暂停、恢复、取消等功能来控制下载。另外,我希望能够删除下载的文件。
如果Firefox附加SDK中没有API,是否可以用其他方式做同样的事情?
API 是(链接到 MDN 上的文档):
- Downloads.jsm
- Download
- DownloadTarget
- PlacesUtils.There is good info at paa's answer to the question: API to modify Firefox downloads list