Equivalent of “element.scrollHeight” for “window” in Javascript?

前端 未结 1 1153
迷失自我
迷失自我 2021-02-13 17:45

What\'s the equivalent to element.scrollHeight for window in plain vanilla Javascript? I\'m trying to rewrite code to target window or document

1条回答
  •  醉酒成梦
    2021-02-13 18:26

    document.documentElement.scrollHeight
    

    0 讨论(0)
提交回复
热议问题