diff options
Diffstat (limited to 'files/es/web/api/xmldocument/async/index.html')
-rw-r--r-- | files/es/web/api/xmldocument/async/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/xmldocument/async/index.html b/files/es/web/api/xmldocument/async/index.html index 132fd106e1..43060a5d69 100644 --- a/files/es/web/api/xmldocument/async/index.html +++ b/files/es/web/api/xmldocument/async/index.html @@ -1,7 +1,8 @@ --- title: Document.async -slug: Web/API/Document/async +slug: Web/API/XMLDocument/async translation_of: Web/API/XMLDocument/async +original_slug: Web/API/Document/async --- <p><code>document.async</code> es utilizado para indicar cuándo un llamado de {{domxref("document.load")}} debe ser sincrónico o asincrónico. <code>true</code> es su valor por defecto, indicando que el documento se cargó asincrónicamente.</p> |