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

570 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

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.

@include .generated/browser-support-features.md