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

Add minimum browser versions to the documentation #14420

Open
MrWaip opened this issue Nov 25, 2024 · 3 comments
Open

Add minimum browser versions to the documentation #14420

MrWaip opened this issue Nov 25, 2024 · 3 comments

Comments

@MrWaip
Copy link

MrWaip commented Nov 25, 2024

Describe the problem

Hello.

We have encountered the fact that the documentation is not entirely clear what minimum browser versions svelte@5 requires.

I would like to understand what things need to be polyfilled on older versions of browsers.

For example, on 70 and 71 versions of Chrome, Svelte does not work because there is no queueMicrotask and getAnimations.

image

Describe the proposed solution

Supplement the documentation with information on browser support

Importance

would make my life easier

@flayks
Copy link

flayks commented Nov 25, 2024

I agree it would be nice to have more informations about what modern means in terms of specs and versions. Although, who is using a 6yo version of Chrome? 😅

@harrisi
Copy link

harrisi commented Nov 25, 2024

getAnimations became generally available in March 2020. I'm not sure what other features would be more modern than that.

@MrWaip
Copy link
Author

MrWaip commented Nov 25, 2024

Chrome version 70 is a really old device, Android 9 approximately. It depends on the audience, where I work it is very broad. And there are users with old devices on which auto-updates are disabled because there is little memory on the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants