downloads.show()

Show the downloaded file in its folder in a file manager.

Syntax

browser.downloads.show(
  downloadId,             // integer
  function(success) {...} // optional function
)

Parameters

downloadId
integer.
callbackOptional
function. The function is passed the following arguments:
success
boolean.

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?48.0Yes33
Firefox
Basic support48.0

Examples

Acknowledgements

This API is based on Chromium's chrome.downloads API.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,