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.

cookieEnabled

 

概要

ブラウザでクッキーが有効かどうかを示す真偽値を返します(読み込み専用)。

構文

var cookieEnabled = navigator.cookieEnabled;
  • cookieEnabled は、true、または、false のいずれかである真偽値です。

if (!navigator.cookieEnabled) {
  // クッキーを有効にするとウェブページをより便利に利用できることをユーザに知らせる処理
}

注記

バグ 578534 のために、cookieEnabled は、Gecko ベースのアプリケーションで誤った結果を返す可能性があります。

仕様

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

 

 

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

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