--- title: Browser support --- The table below shows the minimum browser versions Svelte's runtime and compiled output are expected to work in. @include .generated/browser-support.md These numbers describe what Svelte's output _requires_ in order to run — they're derived from the APIs the code uses, not from a list of browsers the team commits to testing. ## What is covered - **Svelte's runtime.** Everything you import from `svelte` or its subpackages, in the form your bundler ships to the browser. - **Compiler output.** The JavaScript the Svelte compiler emits from your `.svelte` files, including the DOM operations, bindings and transitions used in your components. ## What is not covered - **Your own code** inside `