You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pageHeight: height of the page in pixels including scroll area (i.e. document.body.scrollHeight) pageWidth: actual width of page content (idea: change window width and see if pageHeight changes pageSize: pageHeight*pageWidth -> size in megapixels
The text was updated successfully, but these errors were encountered:
should it really be called "pageDimension" or better "blockDimension"? (layoutstats might be invoked on a grandchild of document.body, then it wouldn't measure scrollHeight of that element but not of the whole page)
pageHeight
: height of the page in pixels including scroll area (i.e. document.body.scrollHeight)pageWidth
: actual width of page content (idea: change window width and see if pageHeight changespageSize
: pageHeight*pageWidth -> size in megapixelsThe text was updated successfully, but these errors were encountered: