diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/orphaned/xpcom/liaisons_de_langage | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/orphaned/xpcom/liaisons_de_langage')
-rw-r--r-- | files/fr/orphaned/xpcom/liaisons_de_langage/objet_components/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/orphaned/xpcom/liaisons_de_langage/objet_components/index.html b/files/fr/orphaned/xpcom/liaisons_de_langage/objet_components/index.html index 6389b3393d..026e364d35 100644 --- a/files/fr/orphaned/xpcom/liaisons_de_langage/objet_components/index.html +++ b/files/fr/orphaned/xpcom/liaisons_de_langage/objet_components/index.html @@ -1,6 +1,7 @@ --- title: Objet Components -slug: XPCOM/Liaisons_de_langage/Objet_Components +slug: orphaned/XPCOM/Liaisons_de_langage/Objet_Components +original_slug: XPCOM/Liaisons_de_langage/Objet_Components --- <p>L'objet <code>Components</code> est l'objet au travers duquel les fonctionnalités <a href="/fr/XPConnect" title="fr/XPConnect">XPConnect</a> sont reflétées en <a href="/fr/JavaScript" title="fr/JavaScript">JavaScript</a>. Il s'agit en réalité d'une instance native de l'interface <a href="https://dxr.mozilla.org/mozilla-central/source/js/src/xpconnect/idl/xpccomponents.idl" rel="custom">nsIXPCComponents</a> qui est reflétée en JavaScript comme un objet de niveau global à l'aide d'XPConnect.</p> |