Skip to content

Commit

Permalink
Add document.hidden and document.visibilityState properties (nim-…
Browse files Browse the repository at this point in the history
  • Loading branch information
tandy-1000 authored May 24, 2022
1 parent b1b5e3a commit ec0cec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/js/dom.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ec0cec3

Please sign in to comment.