Skip to content

Commit

Permalink
docs: adds browser support infos in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
soykje committed Jun 24, 2024
1 parent 830bb91 commit 4ccceb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/using-spark/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,16 @@ import { FAQ } from '@docs/helpers/FAQ'
</FAQ.Answer>

</FAQ.Item>

<FAQ.Item>
<FAQ.Question
label="How is Spark's browser support?"
/>
<FAQ.Answer>
Spark UI is designed for and tested on the latest stable versions of Chrome, Firefox, Edge, and Safari. It does not support any version of IE, including IE 11.

Detailed browser support is defined in our `package.json`. For a more human readable list please visit related [Browserslist page](https://browsersl.ist/#q=%3E+0.5%25+or+%3E+0.1%25+and+last+2+years%2C+not+dead%2C+not+Firefox+ESR%2C+not+and_qq+%3E+0%2C+not+and_uc+%3E+0%2C+not+and_ff+%3E0%0A).
</FAQ.Answer>

</FAQ.Item>
</FAQ.Root>
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ccceb8

Please sign in to comment.