From a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 Mon Sep 17 00:00:00 2001 From: MDN Date: Mon, 11 Oct 2021 00:51:25 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/storageestimate/index.html | 64 ----------------------------- 1 file changed, 64 deletions(-) delete mode 100644 files/ja/web/api/storageestimate/index.html (limited to 'files/ja/web/api/storageestimate/index.html') diff --git a/files/ja/web/api/storageestimate/index.html b/files/ja/web/api/storageestimate/index.html deleted file mode 100644 index a21d3e4b6c..0000000000 --- a/files/ja/web/api/storageestimate/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: StorageEstimate -slug: Web/API/StorageEstimate -tags: - - API - - Dictionary - - Interface - - Quotas - - Reference - - Secure context - - Storage - - Storage API - - StorageEstimate - - Usage -translation_of: Web/API/StorageEstimate ---- -
{{securecontext_header}}{{APIRef("Storage")}}
- -

StorageEstimate ディクショナリは、サイトまたはアプリのデータストアのサイズとその使用量の概算値を提供するために {{domxref("StorageManager")}} によって使用されます。{{domxref("StorageManager.estimate", "estimate()")}} メソッドは、その {{jsxref("Promise")}} が解決されたときにこのディクショナリに適合するオブジェクトを返します。

- -

これらの値は、パフォーマンスと、ストレージ容量データがフィンガープリント目的で使用されることの防止との両方を含む、いくつかの理由のため、単なる概算値にすぎません。詳細は各プロパティのページをご覧ください。

- -

プロパティ

- -
-
{{domxref("StorageEstimate.quota", "quota")}} {{securecontext_inline}}
-
ユーザーのデバイスやコンピューターがサイトオリジンやウェブアプリで使用できる合計ストレージの控えめな概算値を提供する数値。それが事実であることに頼ることはできませんが、この利用可能なスペースの量より多くがある可能性があります。
-
{{domxref("StorageEstimate.usage", "usage")}} {{securecontext_inline}}
-
quota で示される利用可能スペースのうち、サイトやウェブアプリが現在使用しているストレージスペースの量を概算する数値。
-
{{domxref("StorageEstimate.usageDetails", "usageDetails")}} {{securecontext_inline}}
-
ストレージシステムごとの usage の内訳を含むディクショナリ。含まれるメンバーはすべて 0 より大きい usage を持ち、usage が 0 のストレージシステムはすべてディクショナリから除外されます。
-
- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('Storage', '#dictdef-storageestimate', 'StorageEstimate')}}{{Spec2('Storage')}}初期定義
- -

ブラウザーの互換性

- - - -

{{Compat("api.StorageEstimate")}}

- -

関連情報

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