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/usage/index.html | 64 ----------------------- 1 file changed, 64 deletions(-) delete mode 100644 files/ja/web/api/storageestimate/usage/index.html (limited to 'files/ja/web/api/storageestimate/usage/index.html') diff --git a/files/ja/web/api/storageestimate/usage/index.html b/files/ja/web/api/storageestimate/usage/index.html deleted file mode 100644 index 820de4ba72..0000000000 --- a/files/ja/web/api/storageestimate/usage/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: StorageEstimate.usage -slug: Web/API/StorageEstimate/usage -tags: - - API - - Reference - - Secure context - - Storage - - Storage API - - StorageEstimate - - Usage -translation_of: Web/API/StorageEstimate/usage ---- -
{{securecontext_header}}{{APIRef("Storage")}}
- -

{{domxref("StorageEstimate")}} ディクショナリの usage プロパティは、{{domxref("StorageManager.estimate()")}} を呼ぶことで得られる、オリジンやウェブアプリが使用しているストレージ量の概算値です。 {{Glossary("user agent","ユーザーエージェント")}}がストレージ効率を改善するために圧縮、複製防止技術、および他の方法を使用することがあるため、値は概算値です。

- -

構文

- -
usage = StorageEstimate.usage;
-
- -

- -

アプリが現在使用しているストレージ容量の概算値を指定する数値。

- -

- -

{{page("/ja/docs/Web/API/StorageManager/estimate", "Example")}}

- -

仕様

- - - - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('Storage', '#site-storage-usage', 'usage')}}{{Spec2('Storage')}}初期定義
- -

ブラウザーの互換性

- - - -

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

- -

関連情報

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