From 49480fd1cc43cad88bea216b4508ca6f8a19f313 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 16 Sep 2021 00:51:24 +0000 Subject: [CRON] sync translated content --- files/fr/web/api/blob/size/index.html | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/fr/web/api/blob/size/index.html (limited to 'files/fr/web/api/blob/size/index.html') 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 +--- +

{{APIRef("File API") }}{{non-standard_header}}

+ +

{{obsolete_header(7.0)}}

+ +

Résumé

+ +

Renvoie la taille du fichier en octets.

+ +
Cette propriété est dépréciée. Utilisez {{domxref("Blob.size")}} à la place.
+ +

Syntaxe

+ +
var size = instanceOfFile.fileSize
+ +

Valeur

+ +

Un nombre.

+ +

Spécification

+ +

Ne fait partie d'aucune spécification.

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf