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/de/web/api/blob/size/index.html | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/de/web/api/blob/size/index.html (limited to 'files/de/web/api/blob') diff --git a/files/de/web/api/blob/size/index.html b/files/de/web/api/blob/size/index.html new file mode 100644 index 0000000000..f4d832f944 --- /dev/null +++ b/files/de/web/api/blob/size/index.html @@ -0,0 +1,37 @@ +--- +title: File.fileSize +slug: Web/API/Blob/size +tags: + - DOM + - Files + - Property +translation_of: Web/API/File/fileSize +original_slug: Web/API/File/fileSize +--- +

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

+ +

{{deprecated_header(7.0)}}

+ +

Summary

+ +

Returns the size of a file in bytes.

+ +
This property is deprecated. Use {{domxref("Blob.size")}} instead.
+ +

Syntaxe

+ +
var size = instanceOfFile.fileSize
+ +

Value

+ +

A number

+ +

Specification

+ +

Not part of any specification.

+ +

See also

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