aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/document/clear/index.html
blob: 025cba97d49a57dab6ea9e7502b70a35fd9289ce (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: Document.clear()
slug: Web/API/Document/clear
tags:
  - API
  - Document
  - HTML DOM
  - Method
  - NeedsCompatTable
  - NeedsExample
  - NeedsMarkupWork
  - NeedsSpectTable
  - Referencia
translation_of: Web/API/Document/clear
---
<p>{{APIRef("DOM")}}{{ Deprecated_header() }}</p>

<p>Método que se usa en versiones anterior a las 1.0 de Mozilla para para limpiar el documento completo.</p>

<p>No hace nada en versiones más recientes basado en Mozilla así como en Internet Explorer y Netscape 4.</p>

<h2 id="Síntaxis">Síntaxis</h2>

<pre class="eval">document.clear()
</pre>

<h2 id="Especificación">Especificación</h2>

<ul>
 <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li>
</ul>