From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/navigator/vendor/index.html | 60 ++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/ja/web/api/navigator/vendor/index.html (limited to 'files/ja/web/api/navigator/vendor') diff --git a/files/ja/web/api/navigator/vendor/index.html b/files/ja/web/api/navigator/vendor/index.html new file mode 100644 index 0000000000..2172c91bb6 --- /dev/null +++ b/files/ja/web/api/navigator/vendor/index.html @@ -0,0 +1,60 @@ +--- +title: Navigator.vendor +slug: Web/API/Navigator/vendor +tags: + - API + - HTML DOM + - Navigator + - Read-only + - プロパティ +translation_of: Web/API/Navigator/vendor +--- +

{{ APIRef("HTML DOM") }}

+ +

現在のブラウザーのブラウザーベンダーの名前を返します。

+ +

構文

+ +
venString = window.navigator.vendor
+
+ +

+ + + +

+ +
window.navigator.vendor
+// "Netscape6" などの文字列が返る
+
+ +

メモ

+ +

vendor は、ユーザエージェントを表す文字列の内の一部分です。 product と vendor は異なる可能性があります。例えば、Netscape 6.1 の場合、レンダリングに Gecko product を利用しています。 navigator.productnavigator.userAgent も参照してください。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', '#dom-navigator-vendor', 'NavigatorID: vendor')}}{{Spec2('HTML WHATWG')}} 
+ +

ブラウザーの対応

+ + + +

{{Compat("api.Navigator.vendor")}}

-- cgit v1.2.3-54-g00ecf