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/ja/conflicting/web/api/blob/size/index.html | 39 +++++++++++++++++++++++ files/ja/conflicting/web/api/file/name/index.html | 38 ++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 files/ja/conflicting/web/api/blob/size/index.html create mode 100644 files/ja/conflicting/web/api/file/name/index.html (limited to 'files/ja/conflicting/web/api') 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 +--- +

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

+ +

ファイルオブジェクトの容量をバイト単位で返します。

+ +
このプロパティは非推奨です。代わりに {{domxref("File.size")}} を使用してください。
+ +

構文

+ +
var size = instanceOfFile.fileSize
+ +

+ +

数値

+ +

仕様策定状況

+ +

どの仕様書でも策定されていません。

+ +

あわせて参照

+ + diff --git a/files/ja/conflicting/web/api/file/name/index.html b/files/ja/conflicting/web/api/file/name/index.html new file mode 100644 index 0000000000..424b4b7685 --- /dev/null +++ b/files/ja/conflicting/web/api/file/name/index.html @@ -0,0 +1,38 @@ +--- +title: File.fileName +slug: conflicting/Web/API/File/name +tags: + - API + - DOM + - File API + - Files + - Non-standard + - Obsolete + - Property + - Reference +translation_of: Web/API/File/fileName +original_slug: Web/API/File/fileName +--- +

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

+ +

ファイルの名前を返します。セキュリティ上の理由から、このプロパティからパスは除外されます。

+ +
このプロパティは非推奨です。代わりに {{domxref("File.name")}} を使用してください。
+ +

構文

+ +
var name = instanceOfFile.fileName
+ +

+ +

文字列

+ +

仕様策定状況

+ +

どの仕様書でも策定されていません。

+ +

あわせて参照

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