Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.navigator.vendor

概要

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

構文

venString = window.navigator.vendor

戻り値

  • venString は、文字列です。

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

注記

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

仕様

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, khalid32, ethertank, Potappo
 最終更新者: khalid32,