Queries related to browser functionalities, such as console.log, scroll height, window clientHeight.
getScrollHeight
Get the total height of the scroll
import {getScrollHeight} from '@acrool/js-utils/browser'
getScrollHeight()
// 794
getWindowHeight
Get the height displayed by the browser
import {getWindowHeight} from '@acrool/js-utils/browser'
getWindowHeight()
// 794