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/ja/web/api | |
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/ja/web/api')
-rw-r--r-- | files/ja/web/api/file/filename/index.html | 37 | ||||
-rw-r--r-- | files/ja/web/api/file/filesize/index.html | 38 |
2 files changed, 0 insertions, 75 deletions
diff --git a/files/ja/web/api/file/filename/index.html b/files/ja/web/api/file/filename/index.html deleted file mode 100644 index 8096f58d4e..0000000000 --- a/files/ja/web/api/file/filename/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -tags: - - API - - DOM - - File API - - Files - - Non-standard - - Obsolete - - Property - - Reference -translation_of: Web/API/File/fileName ---- -<p>{{APIRef("File API")}}{{non-standard_header}}{{obsolete_header(7.0)}}</p> - -<p>ファイルの名前を返します。セキュリティ上の理由から、このプロパティからパスは除外されます。</p> - -<div class="note">このプロパティは非推奨です。代わりに {{domxref("File.name")}} を使用してください。</div> - -<h2 id="Syntax" name="Syntax">構文</h2> - -<pre class="notranslate">var name = instanceOfFile.fileName</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("File.name")}}</li> -</ul> diff --git a/files/ja/web/api/file/filesize/index.html b/files/ja/web/api/file/filesize/index.html deleted file mode 100644 index 21ee3a0562..0000000000 --- a/files/ja/web/api/file/filesize/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: File.fileSize -slug: Web/API/File/fileSize -tags: - - DOM - - File API - - Files - - Non-standard - - Obsolete - - Property - - Reference - - ファイル - - プロパティ -translation_of: 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> |