You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/documentation/docs/07-misc/05-browser-support.md

679 B

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, adapters, or any code you write yourself.