aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/conflicting/web/api/blob
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/conflicting/web/api/blob')
-rw-r--r--files/zh-cn/conflicting/web/api/blob/size/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/zh-cn/conflicting/web/api/blob/size/index.html b/files/zh-cn/conflicting/web/api/blob/size/index.html
new file mode 100644
index 0000000000..1975c7c0b2
--- /dev/null
+++ b/files/zh-cn/conflicting/web/api/blob/size/index.html
@@ -0,0 +1,17 @@
+---
+title: File.fileSize
+slug: conflicting/Web/API/Blob/size
+translation_of: Web/API/File/fileSize
+original_slug: Web/API/File/fileSize
+---
+<div>
+<p>{{APIRef("File API") }}{{non-standard_header}}</p>
+
+<p>{{deprecated_header(7.0)}}</p>
+</div>
+
+<h3 id="概述">概述</h3>
+
+<p>返回文件的大小,单位为字节.</p>
+
+<div class="note">该属性已经废弃,请使用{{domxref("File.size")}}来代替.</div>