diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-03-23 20:02:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 15:02:17 -0400 |
commit | ad6f318c7e7390f0c533f0e7cfb553366c297e85 (patch) | |
tree | b5361b0fcad88261f7fd61c79837c146f86c666c /files/fr/web/javascript/reference/operators/optional_chaining/index.html | |
parent | 9a96229818a3971444a77c238cc5ae45921db1bf (diff) | |
download | translated-content-ad6f318c7e7390f0c533f0e7cfb553366c297e85.tar.gz translated-content-ad6f318c7e7390f0c533f0e7cfb553366c297e85.tar.bz2 translated-content-ad6f318c7e7390f0c533f0e7cfb553366c297e85.zip |
UPDATE: Removing old KS EmbedTest262ReportResultsTable (#298)
Diffstat (limited to 'files/fr/web/javascript/reference/operators/optional_chaining/index.html')
-rw-r--r-- | files/fr/web/javascript/reference/operators/optional_chaining/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/fr/web/javascript/reference/operators/optional_chaining/index.html b/files/fr/web/javascript/reference/operators/optional_chaining/index.html index 340fbb8312..1f3549a57c 100644 --- a/files/fr/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/fr/web/javascript/reference/operators/optional_chaining/index.html @@ -178,18 +178,8 @@ console.log(villeDuClient); // Ville inconnue</pre> <h2 id="Compatibilité_des_navigateurs"><span>Compatibilité des navigateurs</span></h2> -<div> - - <p>{{Compat("javascript.operators.optional_chaining")}}</p> -<h3 id="Progression_de_limplantation">Progression de l'implantation</h3> - -<p>Le tableau suivant montre l'état quotidien de l'implantation de cette fonctionnalité car elle n'est pas encore stable entre les navigateurs. Les données sont générées en exécutant les contrôles de fonctionnalité appropriés décrits par <a href="https://github.com/tc39/test262">Test262</a>, la suite de contrôle normée de JavaScript, dans la version nightly ou la dernière version officielle de chaque moteur d'exécution de JavaScript des navigateurs.</p> - -<p>{{EmbedTest262ReportResultsTable("optional-chaining")}}</p> -</div> - <h2 id="Voir_aussi">Voir aussi</h2> <ul> |