---
title: window.navigator
slug: Web/API/Window/navigator
tags:
- DOM
- DOM_0
- Gecko
- Navigator
- 要更新
translation_of: Web/API/Window/navigator
---
{{outdated}}{{ApiRef}}
概要
navigator オブジェクトへの参照を返します。 navigator オブジェクトを用いることで、スクリプトを実行しているアプリケーションについての情報を得ることができます。
例
alert("あなたは " + navigator.appName + " を使用しています。");
プロパティ
- {{domxref("window.navigator.appCodeName", "navigator.appCodeName")}} {{non-standard_inline}}
- 現在のブラウザの内部 "コード" ネームを返す(※このプロパティは正確な値を返すとは限りません)
- {{domxref("window.navigator.appName", "navigator.appName")}}
- ブラウザの正式名称を返す(※このプロパティは正確な値を返すとは限りません)
- {{domxref("window.navigator.appVersion", "navigator.appVersion")}}
- ブラウザのバージョンを表す文字列を返す(※このプロパティは正確な値を返すとは限りません)
- {{domxref("window.navigator.buildID", "navigator.buildID")}} {{non-standard_inline}}
- ブラウザのビルド識別子を返す(※例: "2006090803")
- {{domxref("window.navigator.connection", "navigator.connection")}}
- Provides information about the network connection of a device.
- {{domxref("window.navigator.cookieEnabled", "navigator.cookieEnabled")}}
- ブラウザのクッキーが有効かどうかを示す真偽値を返す
- {{domxref("navigator.doNotTrack")}} {{non-standard_inline}}
- Reports the value of the user's do-not-track preference. When this value is "yes", your web site or application should not track the user.
- {{domxref("navigator.id")}} {{non-standard_inline}}
- Returns the {{domxref("window.navigator.id", "id")}} object which you can use to add support for BrowserID to your web site.
- {{domxref("window.navigator.language", "navigator.language")}}
- ブラウザの言語バージョンを表す文字列を返す
- {{domxref("window.navigator.mimeTypes", "navigator.mimeTypes")}}
- ブラウザがサポートしている MIME タイプの一覧を返す
- {{domxref("window.navigator.mozApps", "navigator.mozApps")}} {{non-standard_inline}}
- Returns an {{domxref("window.navigator.mozApps", "Apps")}} object you can use to install, manage, and control Open Web apps.
- {{domxref("window.navigator.battery", "navigator.battery")}} {{gecko_minversion_inline("10.0")}} {{non-standard_inline}}
- Returns a {{domxref("window.navigator.battery", "battery")}} object you can use to get information about the battery charging status.
- {{domxref("navigator.mozNotification")}} {{non-standard_inline}}
{{domxref("navigator.webkitNotification")}}
- Returns a {{domxref("navigator.mozNotification", "notification")}} object you can use to deliver notifications to the user from your web application.
- {{domxref("window.navigator.mozSms", "navigator.mozSms")}} {{gecko_minversion_inline("12.0")}} {{non-standard_inline}}
- Returns a {{domxref("SmsManager")}} object you can use to manage SMS messaging in your web application.
- {{domxref("navigator.mozSocial")}} {{non-standard_inline}}
- {{todo}}
- {{domxref("window.navigator.mozTelephony", "navigator.mozTelephony")}} {{non-standard_inline}}
- Returns a {{domxref("Telephony")}} object you can use to create and manage telephone calls.
- {{domxref("window.navigator.onLine", "navigator.onLine")}}
- ブラウザがオンラインで動作しているかどうかを示す真偽値を返す
- {{domxref("window.navigator.oscpu", "navigator.oscpu")}}
- 現在のオペレーティングシステムを表す文字列を返す
- {{domxref("window.navigator.platform", "navigator.platform")}}
- ブラウザのプラットフォームを表す文字列を返す
- {{domxref("window.navigator.plugins", "navigator.plugins")}}
- ブラウザにインストールされているプラグインの一覧を配列で返す
- {{domxref("window.navigator.product", "navigator.product")}} {{non-standard_inline}}
- 現在のブラウザの製品名を返す(※例:"Gecko")
- {{domxref("window.navigator.productSub", "navigator.productSub")}} {{non-standard_inline}}
- 現在のブラウザのビルド番号を返します(※例:"20060909")
- {{domxref("window.navigator.securitypolicy", "navigator.securitypolicy")}} {{non-standard_inline}}
- 空文字列を返す(※Netscape 4.7x のみ "US & CA domestic policy" または、 "Export policy" という文字列を返す)
- {{domxref("window.navigator.standalone", "navigator.standalone")}} {{non-standard_inline}}
- Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.
- {{domxref("window.navigator.userAgent", "navigator.userAgent")}}
- 現在のブラウザのユーザエージェントを表す文字列を返す
- {{domxref("window.navigator.vendor", "navigator.vendor")}} {{non-standard_inline}}
- 現在のブラウザのベンダー名を返す(※例:"Netscape6")
- {{domxref("window.navigator.vendorSub", "navigator.vendorSub")}} {{non-standard_inline}}
- ベンダーバージョン番号を返す(※例:"6.1")
navigator.webkitPointer
{{non-standard_inline}}
- Returns a PointerLock object for the Mouse Lock API.
メソッド
- {{domxref("window.navigator.javaEnabled", "navigator.javaEnabled")}}
- ホストブラウザで Java が有効かどうかを示す
- {{domxref("window.navigator.mozIsLocallyAvailable", "navigator.mozIsLocallyAvailable")}} {{non-standard_inline}}
- 指定 URI の文書がネットワークを利用しなくても閲覧可能かどうかをチェックする
- {{domxref("window.navigator.preference", "navigator.preference")}} {{obsolete_inline("2.0")}} {{non-standard_inline}}
- ユーザ設定を設定する。このメソッドは、特権を持つコードでのみ使用可能です。現在は廃止されているため、代わりに XPCOM の Preferences API を用います。
- {{domxref("window.navigator.registerContentHandler", "navigator.registerContentHandler")}}
- Web サイトを指定した MIME タイプに関連付ける
- {{domxref("navigator.registerProtocolHandler", "navigator.registerProtocolHandler")}}
- Web サイト を指定したプロトコルに関連付ける
- {{domxref("window.navigator.taintEnabled", "navigator.taintEnabled")}} {{deprecated_inline("1.7.8")}} {{obsolete_inline("9.0")}} {{non-standard_inline}}
false
を返す。JavaScript の taint/untaint 関数は、JavaScript 1.2 で削除されています(※)
- {{domxref("window.navigator.vibrate", "navigator.vibrate()")}} {{gecko_minversion_inline("11.0")}}
- Causes vibration on devices with support for it. Does nothing if vibration support isn't available.
仕様
関連情報