From caccabd9c37a902adae7f1b6f7ec3845754b21ae Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 24 Aug 2024 23:19:35 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/29=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/navigator/devicememory/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/ja/web/api/navigator/devicememory/index.md b/files/ja/web/api/navigator/devicememory/index.md index d530460f4a27d3..3736cd15fe0877 100644 --- a/files/ja/web/api/navigator/devicememory/index.md +++ b/files/ja/web/api/navigator/devicememory/index.md @@ -3,14 +3,14 @@ title: "Navigator: deviceMemory プロパティ" short-title: deviceMemory slug: Web/API/Navigator/deviceMemory l10n: - sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48 + sourceCommit: ca577adc00ddc882765c131739ad2ed25edd2285 --- -{{APIRef("Device Memory")}}{{securecontext_header}}{{SeeCompatTable}} +{{APIRef("Device Memory API")}}{{securecontext_header}} -**`deviceMemory`** は {{domxref("Navigator")}} インターフェイスの読み取り専用プロパティで、端末のおよそのメモリ量をギガバイト単位で返します。 +**`deviceMemory`** は {{domxref("Navigator")}} インターフェイスの読み取り専用プロパティで、端末のおよそのメモリー量をギガバイト単位で返します。 -報告される値は、[フィンガープリント](/ja/docs/Glossary/Fingerprinting)を抑制するために概数になっています。この値は、最も近い 2 の累乗に切り捨て、その値を 1024 で割ることによって概算されています。その後、メモリーが非常に少ない、または非常に多い端末の所有者のプライバシーを保護するため、下限と上限の範囲内に丸められます。 +報告される値は、{{glossary("fingerprinting", "フィンガープリンティング")}}を抑制するために概数になっています。この値は、最も近い 2 の累乗に切り捨て、その値を 1024 で割ることによって概算されています。その後、メモリーが非常に少ない、または非常に多い端末の所有者のプライバシーを保護するため、下限と上限の範囲内に丸められます。 ### 値 @@ -33,5 +33,4 @@ console.log(`この端末には ${memory}GiB 以上の RAM があります。`); ## 関連情報 -- [端末メモリー API](/ja/docs/Web/API/Device_Memory_API) - HTTP の {{HTTPHeader("Device-Memory")}} ヘッダー