aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/progressevent
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-30 02:15:41 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-06 18:02:16 +0900
commit25f9761b57f03ad24b1a3d7aa9b93beb7e6f6802 (patch)
tree6b807cc0608cccdefb0068460103b22817d21fca /files/ja/web/api/progressevent
parent96dd906aca72be8bb6d3971390e4bdbb5a3f8e19 (diff)
downloadtranslated-content-25f9761b57f03ad24b1a3d7aa9b93beb7e6f6802.tar.gz
translated-content-25f9761b57f03ad24b1a3d7aa9b93beb7e6f6802.tar.bz2
translated-content-25f9761b57f03ad24b1a3d7aa9b93beb7e6f6802.zip
2021/09/15 時点の英語版に同期
Diffstat (limited to 'files/ja/web/api/progressevent')
-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")}} インターフェイス