aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/api/progressevent/lengthcomputable/index.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/web/api/progressevent/lengthcomputable/index.md b/files/ja/web/api/progressevent/lengthcomputable/index.md
new file mode 100644
index 0000000000..5ed1d93c61
--- /dev/null
+++ b/files/ja/web/api/progressevent/lengthcomputable/index.md
@@ -0,0 +1,32 @@
+---
+title: ProgressEvent.lengthComputable
+slug: Web/API/ProgressEvent/lengthComputable
+tags:
+ - API
+ - 進捗イベント
+ - ProgressEvent
+ - プロパティ
+browser-compat: api.ProgressEvent.lengthComputable
+translation_of: Web/API/ProgressEvent/lengthComputable
+---
+{{APIRef("DOM Events")}}
+
+**`ProgressEvent.lengthComputable`** は読み取り専用のプロパティであり、論理値のフラグで、 {{domxref("ProgressEvent")}} が関係するリソースに計算可能な長さがあるかどうかを示します。そうでない場合、{{domxref("ProgressEvent")}}プロパティは重要な値を持ちません。
+
+## 構文
+
+```js
+flag = ProgressEvent.lengthComputable
+```
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- 所属する {{domxref("ProgressEvent")}} インターフェイス