From 7f7ab31956bb65a04b5caf1d95f10d9dc31146bf Mon Sep 17 00:00:00 2001 From: あずきバー <42642269+Azuki-bar@users.noreply.github.com> Date: Wed, 18 Aug 2021 02:11:31 +0900 Subject: fix typo `Navigator.devicememory` (#2115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "power of 2" を2の階乗と誤訳していたため2の累乗と修正しました。 --- files/ja/web/api/navigator/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja') diff --git a/files/ja/web/api/navigator/index.html b/files/ja/web/api/navigator/index.html index 19a930cabf..b40f8c485a 100644 --- a/files/ja/web/api/navigator/index.html +++ b/files/ja/web/api/navigator/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Navigator
{{domxref("Navigator.credentials")}} {{readonlyInline}}
ログインやログアウトの成功といったイベントが発生したときに、資格情報を要求してユーザーエージェントへ通知する手段を提供する {{domxref("CredentialsContainer")}} インターフェイスを返します。
{{domxref("Navigator.deviceMemory")}} {{readonlyInline}} {{experimental_inline}}
-
端末のメモリーをギガバイト単位で返します。この値は 2 の階乗の最も近い値を 1024 で割った概算値です。
+
端末のメモリーをギガバイト単位で返します。この値は 2 の累乗に最も近い値を 1024 で割った概算値です。
{{domxref("Navigator.doNotTrack")}} {{readonlyInline}} {{experimental_inline}}
ユーザーの do-not-track 設定の値を返します。この値が "yes" であるとき、ウェブサイトやアプリケーションはユーザーを追跡するべきではありません。
{{domxref("Navigator.geolocation")}} {{readonlyInline}}
-- cgit v1.2.3-54-g00ecf