UNPKG

browsertime

Version:

Get performance metrics from your web page using Browsertime.

16 lines (14 loc) 308 B
(function() { function docHeight(doc) { const body = doc.body, docelem = doc.documentElement; return Math.max( body.scrollHeight, body.offsetHeight, docelem.clientHeight, docelem.scrollHeight, docelem.offsetHeight ); } return docHeight(document); })();