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

{{domxref("StorageEstimate")}} ディクショナリの quota プロパティは、{{domxref("StorageManager.estimate()")}} を呼ぶことで得られる、オリジンやウェブアプリに割り当てられているストレージの量の控えめな概算値です。 より多くの利用可能なスペースがあるかもしれませんが、少なくなることはありません。この値は、フィンガープリンティング、つまり一見無害なプロパティの値を統合してデバイスを識別するための使用を防止するのに役立つ概算値です。

- -

構文

- -
quota = StorageEstimate.quota;
-
- -

- -

アプリで使用可能な合計ストレージ容量の概算値を指定する数値。

- -

- -

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

- -

仕様

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

ブラウザーの互換性

- - - -

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

- -

関連情報

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