aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/api/blob/size
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/conflicting/web/api/blob/size')
-rw-r--r--files/ja/conflicting/web/api/blob/size/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/api/blob/size/index.html b/files/ja/conflicting/web/api/blob/size/index.html
new file mode 100644
index 0000000000..fc843a8033
--- /dev/null
+++ b/files/ja/conflicting/web/api/blob/size/index.html
@@ -0,0 +1,39 @@
+---
+title: File.fileSize
+slug: conflicting/Web/API/Blob/size
+tags:
+ - DOM
+ - File API
+ - Files
+ - Non-standard
+ - Obsolete
+ - Property
+ - Reference
+ - ファイル
+ - プロパティ
+translation_of: Web/API/File/fileSize
+original_slug: Web/API/File/fileSize
+---
+<p>{{APIRef("File API") }}{{non-standard_header}}{{obsolete_header(7.0)}}</p>
+
+<p>ファイルオブジェクトの容量をバイト単位で返します。</p>
+
+<div class="note">このプロパティは非推奨です。代わりに {{domxref("File.size")}} を使用してください。</div>
+
+<h2 id="Syntax" name="Syntax">構文</h2>
+
+<pre class="notranslate">var size = <em>instanceOfFile</em>.fileSize</pre>
+
+<h3 id="Value" name="Value">値</h3>
+
+<p>数値</p>
+
+<h2 id="Specification" name="Specification">仕様策定状況</h2>
+
+<p>どの仕様書でも策定されていません。</p>
+
+<h2 id="See_also" name="See_also">あわせて参照</h2>
+
+<ul>
+ <li>{{domxref("Blob.size")}}</li>
+</ul>