MCPcopy
hub / github.com/csev/py4e / pageScrollX

Function pageScrollX

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

Source from the content-addressed store, hash-verified

1659 }
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

Callers 2

intoCoordSystemFunction · 0.70
fromCoordSystemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected