aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/file
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-16 00:51:24 +0000
committerMDN <actions@users.noreply.github.com>2021-09-16 00:51:24 +0000
commit49480fd1cc43cad88bea216b4508ca6f8a19f313 (patch)
tree42dedfeedfeb79d08912b974e6f3fa871b2a44d3 /files/fr/web/api/file
parent5e48f8a9807acb369fa0228d16655fc044f4a17b (diff)
downloadtranslated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api/file')
-rw-r--r--files/fr/web/api/file/filesize/index.html37
-rw-r--r--files/fr/web/api/file/name/index.html (renamed from files/fr/web/api/file/filename/index.html)3
2 files changed, 2 insertions, 38 deletions
diff --git a/files/fr/web/api/file/filesize/index.html b/files/fr/web/api/file/filesize/index.html
deleted file mode 100644
index b7d03c1e7d..0000000000
--- a/files/fr/web/api/file/filesize/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: File.fileSize
-slug: Web/API/File/fileSize
-tags:
- - API
- - DOM
- - Fichier
- - Propriétés
-translation_of: Web/API/File/fileSize
----
-<p>{{APIRef("File API") }}{{non-standard_header}}</p>
-
-<p>{{obsolete_header(7.0)}}</p>
-
-<h2 id="Résumé">Résumé</h2>
-
-<p>Renvoie la taille du fichier en octets.</p>
-
-<div class="note">Cette propriété est dépréciée. Utilisez {{domxref("Blob.size")}} à la place.</div>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre>var size = <em>instanceOfFile</em>.fileSize</pre>
-
-<h2 id="Valeur">Valeur</h2>
-
-<p>Un nombre.</p>
-
-<h2 id="Spécification">Spécification</h2>
-
-<p>Ne fait partie d'aucune spécification.</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{domxref("Blob.size")}}</li>
-</ul>
diff --git a/files/fr/web/api/file/filename/index.html b/files/fr/web/api/file/name/index.html
index 50942c002b..2dddc3083c 100644
--- a/files/fr/web/api/file/filename/index.html
+++ b/files/fr/web/api/file/name/index.html
@@ -1,6 +1,6 @@
---
title: File.fileName
-slug: Web/API/File/fileName
+slug: Web/API/File/name
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- Nom
- Propriétés
translation_of: Web/API/File/fileName
+original_slug: Web/API/File/fileName
---
<p>{{APIRef("File API")}}{{non-standard_header}}</p>