w2utils.isIE
更新日: 2018-09-07
ブラウザがIE(Internet Explorer)かどうかを判定します。
Boolean, read only
Internet Explorerの場合はtrue
、 それ以外の場合はfalse
を返します。
isIE = w2utils.isIE;
console.log('is Internet Explorer: ' + isIE);
デモ
Internet Explorerかどうかを判定して、console.log
を出力します。
JavaScript
isIE = w2utils.isIE;
console.log('is Internet Explorer: ' + isIE);
© 2017. .
Code licensed under theMIT License. Documentation licensed underCC BY 3.0.
このコンテンツはvitmalinaによるw2ui.utilsドキュメントを翻訳/改変したものです。