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.appName

概要

ブラウザの公式な名前を返します。

構文

appName = window.navigator.appName
  • appName は、ブラウザの名前を表す文字列です。

dump(window.navigator.appName);
// NS6 のコンソールに "Navigator" を出力します。

仕様

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

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

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