Add document.hidden and document.visibilityState properties (#19817)

This commit is contained in:
tandy1000
2022-05-24 16:37:39 +01:00
committed by GitHub
parent b1b5e3ab10
commit ec0cec3170

View File

@@ -216,11 +216,13 @@ type
defaultCharset*: cstring
fgColor*: cstring
head*: Element
hidden*: bool
lastModified*: cstring
linkColor*: cstring
referrer*: cstring
title*: cstring
URL*: cstring
visibilityState*: cstring
vlinkColor*: cstring
anchors*: seq[AnchorElement]
forms*: seq[FormElement]