Browser support
The table below shows the minimum browser versions Svelte is expected to work in, derived from the browser APIs used by Svelte's internal code.
| Browser | Minimum version |
|---|---|
| Chrome/Edge | 87 |
| Firefox | 83 |
| Safari | 14 |
| Opera | 73 |
| Opera (Android) | 62 |
| Samsung Internet | 14.0 |
| Android WebView | 87 |
| Internet Explorer | not supported |
This equates to a Baseline target of 2020.
This table only covers Svelte itself. It does not include SvelteKit, other Svelte libraries, or your own code.
Exceptions
A few Svelte features require a higher minimum browser version. You'll only need to take the following table into consideration if you use these specific features.
| Feature | Chrome/Edge | Firefox | Safari |
|---|---|---|---|
$state.snapshot |
98 | 94 | 15.4 |
bind:devicePixelContentBoxSize |
— | 93 | not supported |
flip from svelte/animate |
— | 126 | — |
Edit this page on GitHub llms.txt
previous next