aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/file/filesize
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/filesize
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/filesize')
-rw-r--r--files/fr/web/api/file/filesize/index.html37
1 files changed, 0 insertions, 37 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>