method:cookieEnabled ();return type:booleancontent:ใช้ตรวจสอบว่า browser ใช้ cookie ได้หรือไม่example:if ( window.navigator.cookieEnabled() ) { alert ( "cookie enabled" ); }