--- title: 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. @include .generated/browser-support.md ## 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. @include .generated/browser-support-features.md > [!NOTE] This page only covers the Svelte runtime. It does not include [SvelteKit](/docs/kit), [adapters](/docs/kit/adapters), or any code you write yourself.