diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2022-01-15 09:26:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 09:26:37 +0100 |
commit | 0eb5adccf61b847c71a799e8c0bb0346d73f9f9d (patch) | |
tree | 883d2edb00beb72adabf205d93d2670212df4a99 /files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged | |
parent | 78fadee3cb122d5843eff5e2d466473688cb9c77 (diff) | |
download | translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.gz translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.bz2 translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.zip |
Fixes #3389 (#3394)
* Replace asterisks mixup
* 2nd pass
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md b/files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md index 5e1f262aac..e2063d195c 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md +++ b/files/fr/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md @@ -16,7 +16,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/downloads/onChanged --- {{AddonSidebar()}} -L'événement **`onChanged`\*\***`()`\*\* de l'API {{WebExtAPIRef("downloads")}} est déclenché lorsque l'une des propriétés de {{WebExtAPIRef('downloads.DownloadItem')}} change (à l'exception de `bytesReceived`). +L'événement **`onChanged()`** de l'API {{WebExtAPIRef("downloads")}} est déclenché lorsque l'une des propriétés de {{WebExtAPIRef('downloads.DownloadItem')}} change (à l'exception de `bytesReceived`). L'écouteur reçoit un fichier `downloadDelta` en tant que paramètre — un objet contenant le `downloadId` de l'objet {{WebExtAPIRef('downloads.DownloadItem')}} en question, plus le statut de toutes les propriétés qui ont changé. |