MCPcopy Index your code
hub / github.com/csev/py4e / pageScrollY

Function pageScrollY

tools/pythonauto/static/codemirrorepl/codemirror.js:1662–1662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1660
1661 function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; }
1662 function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; }
1663
1664 // Converts a {top, bottom, left, right} box from line-local
1665 // coordinates into another coordinate system. Context may be one of

Callers 2

intoCoordSystemFunction · 0.70
fromCoordSystemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected