From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/plugin/index.html | 130 +++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 files/fr/web/api/plugin/index.html (limited to 'files/fr/web/api/plugin') diff --git a/files/fr/web/api/plugin/index.html b/files/fr/web/api/plugin/index.html new file mode 100644 index 0000000000..c7acb4f856 --- /dev/null +++ b/files/fr/web/api/plugin/index.html @@ -0,0 +1,130 @@ +--- +title: Plugin +slug: Web/API/Plugin +tags: + - API + - Add-ons + - DOM + - NeedsContent + - Plug-in + - Plugins +translation_of: Web/API/Plugin +--- +
{{ApiRef("HTML DOM")}}
+ +

L'interface Plugin fournit des informations à propos d'un plugin du navigateur.

+ +
+

Remarque: Les propriétés propres des objets Plugin ne sont plus énumérables dans les dernières versions des navigateurs.

+
+ +

Propriétés

+ +
+
{{domxref("Plugin.description")}} {{readonlyinline}}
+
Une description lisible du plugin.
+
{{domxref("Plugin.filename")}} {{readonlyinline}}
+
Le nom de fichier du fichier plugin.
+
{{domxref("Plugin.name")}} {{readonlyinline}}
+
Le nom du plugin.
+
{{domxref("Plugin.version")}} {{readonlyinline}}
+
Le numéro de version du plugin, en chaîne de caractères.
+
+ +

Méthodes

+ +
+
{{domxref("Plugin.item")}}
+
Renvoie le type MIME d'un type de contenu pris en charge, en fonction de l'index dans une liste de types pris en charge.
+
{{domxref("Plugin.namedItem")}}
+
Renvoie le type MIME d'un élément pris en charge.
+
+ +

Caractéristiques

+ + + + + + + + + + + + + + +
CaractéristiqueStatutCommentaire
{{SpecName('HTML WHATWG','#dom-plugin','Plugin')}}{{Spec2('HTML WHATWG')}}Définition initiale.
+ +

Compatibilités

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Support de base{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
Les paramètres de la méthode changent d'optionnel à requis.{{CompatChrome(59)}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)Firefox OSIE MobileOpera MobileSafari Mobile
Support de base{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
Les paramètres de la méthode changent d'optionnel à requis.{{CompatChrome(59)}}{{CompatChrome(59)}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
-- cgit v1.2.3-54-g00ecf