diff options
author | ChristopheVilleneuve <hellosct1@gmail.com> | 2022-02-03 07:38:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 07:38:34 +0100 |
commit | fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b (patch) | |
tree | ceccba1e8c8087e958498d4d4449ffdaa9d23d0b /files | |
parent | 32610e92f39a9f03e0660ed1a7958ef2f73c2b6b (diff) | |
download | translated-content-fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b.tar.gz translated-content-fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b.tar.bz2 translated-content-fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b.zip |
update webextension api captiveportal (#3967)
update link promise
Diffstat (limited to 'files')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md index 586b6c13f9..7c503da332 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md @@ -23,7 +23,7 @@ var state = browser.captivePortal.getState() ### Valeur retournée -Une [Promise](/fr/docs/Web/JavaScript/Reference/Objets_globaux/Promise) qui est remplie avec une chaîne de caractères contenant l'un des éléments suivants `unknown`, `not_captive`, `unlocked_portal`, ou `locked_portal`. +Une [Promise](/fr/docs/Web/JavaScript/Reference/Global_Objects/Promise) qui est remplie avec une chaîne de caractères contenant l'un des éléments suivants `unknown`, `not_captive`, `unlocked_portal`, ou `locked_portal`. {{WebExtExamples}} |