drag()
function of the
downloads
API initiates dragging the downloaded file to another application.
chrome.downloads.drag(
downloadId
// integer
)
This API is also available as
browser.downloads.drag()
.
downloadId
An
integer
表示
id
的
DownloadItem
in question.
BCD tables only load in the browser
注意:
This API is based on Chromium's
chrome.downloads
API。
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者