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 2015年7月.
Document.hidden
は読み取り専用のプロパティで、ページが非表示になっているとみられるかどうかを示す論理値を返します。
ページが非表示であるかどうかを判断する代替方法としては、Document.visibilityState
プロパティもあります。