Closed as duplicate of#558
Description
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
.
Describe the proposed solution
Supplement the documentation with information on browser support
Importance
would make my life easier