aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/plugin/index.html
blob: c7acb4f8563d81e92f08478591c402f0aee6766f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
---
title: Plugin
slug: Web/API/Plugin
tags:
  - API
  - Add-ons
  - DOM
  - NeedsContent
  - Plug-in
  - Plugins
translation_of: Web/API/Plugin
---
<div>{{ApiRef("HTML DOM")}}</div>

<p>L'interface <code>Plugin</code> fournit des informations à propos d'un <a href="/en-US/docs/Mozilla/Add-ons/Plugins">plugin</a> du navigateur.</p>

<div class="note">
<p><strong>Remarque</strong>: Les propriétés propres des objets <code>Plugin</code> ne sont plus énumérables dans les dernières versions des navigateurs.</p>
</div>

<h2 id="Properties" name="Properties">Propriétés</h2>

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

<h2 id="Methods" name="Methods">Méthodes</h2>

<dl>
 <dt>{{domxref("Plugin.item")}}</dt>
 <dd>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.</dd>
 <dt>{{domxref("Plugin.namedItem")}}</dt>
 <dd>Renvoie le type MIME d'un élément pris en charge.</dd>
</dl>

<h2 id="Caractéristiques">Caractéristiques</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Caractéristique</th>
   <th scope="col">Statut</th>
   <th scope="col">Commentaire</th>
  </tr>
  <tr>
   <td>{{SpecName('HTML WHATWG','#dom-plugin','Plugin')}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td>Définition initiale.</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilités">Compatibilités</h2>

<div>{{CompatibilityTable}}</div>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Fonctionnalité</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari (WebKit)</th>
  </tr>
  <tr>
   <td>Support de base</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
  <tr>
   <td>Les paramètres de la méthode changent d'optionnel à requis.</td>
   <td>{{CompatChrome(59)}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Fonctionnalité</th>
   <th>Android Webview</th>
   <th>Chrome for Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>Firefox OS</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Support de base</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
  <tr>
   <td>Les paramètres de la méthode changent d'optionnel à requis.</td>
   <td>{{CompatChrome(59)}}</td>
   <td>{{CompatChrome(59)}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>