aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/domobject/index.html
blob: b91984316b84459ff0d71f5a04067d69a0a9aef0 (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
---
title: DOMObject
slug: Web/API/DOMObject
tags:
  - API
  - DOM
  - Objets
translation_of: Web/API/DOMObject
---
<div>{{APIRef("DOM")}}{{Obsolete_header}}</div>

<p>L'interface obsolète <code><strong>DOMObject</strong></code> était utilisée dans les versions antérieures de la spécification DOM comme classe de base  pour tout type de données. Les spécifications maintenant utilisent simplement le type {{jsxref("Object")}} JavaScript .</p>

<h2 id="Specifications" name="Specifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">Statut</th>
   <th scope="col">Commentaire</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("DOM3 Core", "core.html#DOMObject", "DOMObject")}}</td>
   <td>{{Spec2("DOM3 Core")}}</td>
   <td>Définition initiale</td>
  </tr>
 </tbody>
</table>