Skip to content
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

Fix history API compatibility on Edge and IE #3186

Closed
wants to merge 1 commit into from
Closed

Fix history API compatibility on Edge and IE #3186

wants to merge 1 commit into from

Conversation

abramenal
Copy link

Hi,

I've spotted that the provided info is not valid,
Seems that IE and Edge still doesn't support scroll restoration API.

Proof info could be found here:
https://developer.mozilla.org/en-US/docs/Web/API/History

We may also close this issue: #1889

@Fyrd
Copy link
Owner

Fyrd commented Feb 23, 2017

MDN browser support tables are usually correct, but I wouldn't call that "proof". Also based on that information many other browser versions don't support the new scrollRestoration API either so it would seem inappropriate to single out IE & Edge here.

Since it's a new addition to the spec I think it may be better to make this its own new feature as is indicated by #1889.

@Fyrd Fyrd closed this Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants