Document: свойство hidden
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Доступное только для чтения свойство Document.hidden
возвращает логическое значение, указывающее, считается ли страница скрытой или нет.
Свойство Document.visibilityState
предоставляет альтернативный способ определить, скрыта ли страница.
Значение
Логическое значение, true
если страница скрыта и false
в противном случае.
Пример
document.addEventListener("visibilitychange", () => {
console.log(document.hidden);
});
Спецификации
Specification |
---|
HTML # dom-document-hidden |
Совместимость с браузерами
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
hidden |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- See implementation notes.
- Requires a vendor prefix or different name for use.
- Has more compatibility info.