Scrolls the window to the given position. No-op on non-web.
static void scrollTo(int x, int y) => impl.scrollTo(x, y);