Navigator.cookieEnabled
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
oufalse
.
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