From fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b Mon Sep 17 00:00:00 2001 From: ChristopheVilleneuve Date: Thu, 3 Feb 2022 07:38:34 +0100 Subject: update webextension api captiveportal (#3967) update link promise --- .../mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/mozilla/add-ons/webextensions') 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}} -- cgit v1.2.3-54-g00ecf