Both window.pageYOffset and document.documentElement.scrollTop returns the same result in all the cases.
Yes, window.pageYOffset is not supported below IE 9.
scrollTop() method also can be used to get the vertical scrollbar position of the specific element.