Skip to content
Discussion options

You must be logged in to vote

That kind of depends on what WebKit features your app absolutely can't live without. E.g. some printing related APIs are only available on Big Sur and newer.

You can use this table here to figure out the macOS version that corresponds to the Safari Version you want to support.

So it's less about what version you must support and rather what versions you want to support.

Though generally speaking here's the browserlist that comes as part of the default template and that will produce code compatible with all windows, most linux and also practically all macOS versions, i.e. a good baseline:

[
   'chrome115', // windows
   'safari13' // macOS Mojave and newer + Debian 9 era linux
]

A few thi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@muuvmuuv
Comment options

Answer selected by muuvmuuv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants