Navigator.cookieEnabled

Baseline 2024

Newly available

Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/pt-br/web/api/html_dom_api/index.md)

navigator.cookieEnabled retorna um valor Booleano que indica quando cookies estão habilitados ou não. A propriedade é de apenas leitura.

Sintaxe

js
var cookieEnabled = navigator.cookieEnabled;
  • cookieEnabled é um Booleano: true ou false.

Exemplo

js
if (!navigator.cookieEnabled) {
  // The browser does not support or is blocking cookies from being set.
}

Especificações

Specification
HTML Standard
# dom-navigator-cookieenabled-dev

Compatibilidade com navegadores

BCD tables only load in the browser