diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
commit | 49480fd1cc43cad88bea216b4508ca6f8a19f313 (patch) | |
tree | 42dedfeedfeb79d08912b974e6f3fa871b2a44d3 /files/fr/web/api/blob | |
parent | 5e48f8a9807acb369fa0228d16655fc044f4a17b (diff) | |
download | translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2 translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api/blob')
-rw-r--r-- | files/fr/web/api/blob/size/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/files/fr/web/api/blob/size/index.html b/files/fr/web/api/blob/size/index.html new file mode 100644 index 0000000000..8896e44695 --- /dev/null +++ b/files/fr/web/api/blob/size/index.html @@ -0,0 +1,38 @@ +--- +title: File.fileSize +slug: Web/API/Blob/size +tags: + - API + - DOM + - Fichier + - Propriétés +translation_of: Web/API/File/fileSize +original_slug: 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> |