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

概要

現在のブラウザの内部 "コード" ネームを返します。

構文

codeName = window.navigator.appCodeName
  • codeName : ブラウザの内部名を表す文字列

console.log(window.navigator.appCodeName);

注記

Mozilla、Netscape 6、IE5 は全て、内部名に "Mozilla" を用いています。

仕様

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

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

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