Scrolls the window by the given amounts. No-op on non-web.
static void scrollBy(int x, int y) => impl.scrollBy(x, y);