We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e9a0c commit f8488e6Copy full SHA for f8488e6
CHANGELOG.md
@@ -9,6 +9,7 @@ Breaking changes:
9
New features:
10
11
Bugfixes:
12
+- Fixed `visibilityState` for `HTMLDocument` (#TBD by @cwinebr)
13
14
Other improvements:
15
src/Web/HTML/HTMLDocument.js
@@ -15,7 +15,7 @@ export function _readyState(doc) {
}
16
17
export function _visibilityState(doc) {
18
- return doc.readyState;
+ return doc.visibilityState;
19
20
21
export function _activeElement(doc) {
0 commit comments