Articles tagged: downloads
Found 28 documents
- Mozilla/Add-ons/WebExtensions/API/downloads Enables WebExtensions to interact with the browser's download manager. You can use this API ...
- Mozilla/Add-ons/WebExtensions/API/downloads/acceptDanger The acceptDanger () function of the downloads API prompts the user to either accept or cancel a ...
- Mozilla/Add-ons/WebExtensions/API/downloads/BooleanDelta The BooleanDelta type of the downloads API represents the difference between two booleans.
- Mozilla/Add-ons/WebExtensions/API/downloads/cancel The cancel () function of the downloads API cancels a download.
- Mozilla/Add-ons/WebExtensions/API/downloads/DangerType The DangerType type of the downloads API defines a set of possible reasons that a downloadable ...
- Mozilla/Add-ons/WebExtensions/API/downloads/DoubleDelta The DoubleDelta type of the downloads API represents the difference between two doubles.
- Mozilla/Add-ons/WebExtensions/API/downloads/download The download() function of the downloads API downloads a file, given its URL and other optional ...
- Mozilla/Add-ons/WebExtensions/API/downloads/DownloadItem The DownloadItem type of the downloads API represents a downloaded file.
- Mozilla/Add-ons/WebExtensions/API/downloads/DownloadQuery The DownloadQuery type of the downloads API defines a set of parameters that can be used to ...
- Mozilla/Add-ons/WebExtensions/API/downloads/DownloadTime The DownloadTime type of the downloads API represents the time a download took to complete.
- Mozilla/Add-ons/WebExtensions/API/downloads/drag The drag () function of the downloads API initiates dragging the downloaded file to another ...
- Mozilla/Add-ons/WebExtensions/API/downloads/erase The erase () function of the downloads API erases matching DownloadItems from the browser's ...
- Mozilla/Add-ons/WebExtensions/API/downloads/FilenameConflictAction The FilenameConflictAction type of the downloads API specifies what to do if the name of a ...
- Mozilla/Add-ons/WebExtensions/API/downloads/getFileIcon The getFileIcon () function of the downloads API retrieves an icon for the specified download.
- Mozilla/Add-ons/WebExtensions/API/downloads/InterruptReason The InteruptReason type of the downloads API defines a set of possible reasons why a download ...
- Mozilla/Add-ons/WebExtensions/API/downloads/onChanged The onChanged () event of the downloads API is fired when any of a downloads.DownloadItem 's ...
- Mozilla/Add-ons/WebExtensions/API/downloads/onCreated The onCreated () event of the downloads API fires when a download begins, i.e. when ...
- Mozilla/Add-ons/WebExtensions/API/downloads/onErased The onErased () event of the downloads API fires when a download is erased from the browser history.
- Mozilla/Add-ons/WebExtensions/API/downloads/open The open () function of the downloads API opens the downloaded file with its associated application.
- Mozilla/Add-ons/WebExtensions/API/downloads/pause The pause () function of the downloads API pauses a download.
- Mozilla/Add-ons/WebExtensions/API/downloads/removeFile The removeFile () function of the downloads API removes a downloaded file from disk.
- Mozilla/Add-ons/WebExtensions/API/downloads/resume The resume () function of the downloads API resumes a paused download.
- Mozilla/Add-ons/WebExtensions/API/downloads/search The search() function of the downloads API queries the DownloadItems available in the browser's ...
- Mozilla/Add-ons/WebExtensions/API/downloads/setShelfEnabled The setShelfEnabled () function of the downloads API enables or disables the gray shelf at the ...
- Mozilla/Add-ons/WebExtensions/API/downloads/show The show () function of the downloads API shows the downloaded file in its containing folder in ...
- Mozilla/Add-ons/WebExtensions/API/downloads/showDefaultFolder The showDefaultFolder () function of the downloads API opens the default downloads folder in the ...
- Mozilla/Add-ons/WebExtensions/API/downloads/State The State type of the downloads API defines different states that a current download can be in.
- Mozilla/Add-ons/WebExtensions/API/downloads/StringDelta The StringDelta type of the downloads API represents the difference between two strings.