-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross browser <:Window> scrollX / scrollY support #1175
Comments
Based on feedback, only doing |
Rich-Harris
added a commit
that referenced
this issue
Feb 25, 2018
Released 1.56.1 with the fix, thank you! |
This was referenced Mar 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollY#Notes
I think it's right to leave the names as
scrollX
andscrollY
in Svelte; but for backwards compatibilitypageYOffset
is more supported. We'll do both here.The text was updated successfully, but these errors were encountered: