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 | > [!NOTE] This equates to a Baseline target of 2020. This table only covers Svelte itself. It does not include [SvelteKit](/docs/kit), 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`](/docs/svelte/$state#$state.snapshot) | 98 | 94 | 15.4 | | [`bind:devicePixelContentBoxSize`](/docs/svelte/bind#Dimensions) | | 93 | not supported | | [`flip` from `svelte/animate`](/docs/svelte/svelte-animate#flip) | | 126 | |