-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
scroll.js: replaceState() is not supported in IE9 #1834
Comments
Are you using |
yes, mode 'history' and fallback false |
This was referenced Aug 29, 2019
This was referenced Oct 26, 2019
This was referenced Jan 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.1
What is actually happening?
IE9 throw the following error:
Object doesn't support this property or method "replaceState"
.This was introduced here:
commit: c166822
related issue: #1585
The text was updated successfully, but these errors were encountered: