diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:40:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:40:08 -0400 |
commit | 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch) | |
tree | caed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/api/file | |
parent | eeabcbf0e107e100c886027610f97045de548b0d (diff) | |
download | translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2 translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip |
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/api/file')
-rw-r--r-- | files/es/web/api/file/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/api/file/index.html b/files/es/web/api/file/index.html index 006125622e..f23d046297 100644 --- a/files/es/web/api/file/index.html +++ b/files/es/web/api/file/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/File <p>Un objeto <code>File</code> es una especie específica de {{DOMxRef("Blob")}}, y puede ser utilizada en cualquier contexto que un Blob puede ser usado. En particular, {{DOMxRef("FileReader")}}, {{DOMxRef("URL.createObjectURL()")}}, {{DOMxRef("ImageBitmapFactories.createImageBitmap()", "createImageBitmap()")}}, y {{DOMxRef("XMLHttpRequest", "", "send()")}} aceptan tanto <code>Blob</code>s y <code>File</code>s.</p> -<p>Ver <a href="https://wiki.developer.mozilla.org/en-US/docs/Using_files_from_web_applications">Utilizando archivos desde aplicaciones web (Using files from web applications)</a> para más información y ejemplos.</p> +<p>Ver <a href="/en-US/docs/Using_files_from_web_applications">Utilizando archivos desde aplicaciones web (Using files from web applications)</a> para más información y ejemplos.</p> <p>{{InheritanceDiagram}}</p> @@ -34,7 +34,7 @@ translation_of: Web/API/File <dt>{{DOMxRef("File.lastModified")}}{{ReadOnlyInline}}</dt> <dd>Retorna el último tiempo que el archivo se modifico, en milisegundos desde la época de UNIX (1 de enero de 1970 a medianoche).</dd> <dt>{{DOMxRef("File.lastModifiedDate")}} {{Deprecated_Inline}}{{ReadOnlyInline}} {{Gecko_MinVersion_Inline("15.0")}}</dt> - <dd>Retorna la última fecha (en un objeto {{JSxRef("Date")}}<code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a></code>) de modificación del archivo referenciada por el objeto <code>File</code>.</dd> + <dd>Retorna la última fecha (en un objeto {{JSxRef("Date")}}<code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a></code>) de modificación del archivo referenciada por el objeto <code>File</code>.</dd> <dt>{{DOMxRef("File.name")}}{{ReadOnlyInline}}</dt> <dd>Retorna el nombre del archivo referenciada por el objeto <code>File</code>.</dd> <dt>{{DOMxRef("File.webkitRelativePath")}} {{Non-standard_Inline}}{{ReadOnlyInline}}</dt> @@ -45,7 +45,7 @@ translation_of: Web/API/File <dt>{{DOMxRef("File.size")}}{{ReadOnlyInline}}</dt> <dd>Retorna el tamaño del archivo en bytes.</dd> <dt>{{DOMxRef("File.type")}}{{ReadOnlyInline}}</dt> - <dd>Retorna el tipo <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MIME </a>del archivo.</dd> + <dd>Retorna el tipo <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MIME </a>del archivo.</dd> </dl> <h2 id="Métodos">Métodos</h2> |