From 0eb5adccf61b847c71a799e8c0bb0346d73f9f9d Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 15 Jan 2022 09:26:37 +0100 Subject: Fixes #3389 (#3394) * Replace asterisks mixup * 2nd pass --- .../fr/mozilla/add-ons/webextensions/api/downloads/removefile/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/mozilla/add-ons/webextensions/api/downloads/removefile') diff --git a/files/fr/mozilla/add-ons/webextensions/api/downloads/removefile/index.md b/files/fr/mozilla/add-ons/webextensions/api/downloads/removefile/index.md index 877b2e17e7..d7553cd9b0 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/downloads/removefile/index.md +++ b/files/fr/mozilla/add-ons/webextensions/api/downloads/removefile/index.md @@ -15,7 +15,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/downloads/removeFile --- {{AddonSidebar()}} -La fonction **`removeFile`\*\***`()`\*\* de l'API {{WebExtAPIRef("downloads")}} supprime un fichier téléchargé du disque. +La fonction **`removeFile()`** de l'API {{WebExtAPIRef("downloads")}} supprime un fichier téléchargé du disque. Cette API supprime le fichier du disque, mais ne le supprime pas de l'historique des téléchargements du navigateur, donc un appel  {{WebExtAPIRef("downloads.search()")}} renvoie toujours l'élément comme {{WebExtAPIRef("downloads.DownloadItem", "DownloadItem")}}, mais son attribut `exists` sera `false`. -- cgit v1.2.3-54-g00ecf