Skip to content

Is swr supported in all browsers? #483

Answered by huozhi
jross53 asked this question in General
Discussion options

You must be logged in to vote

@jross53 caniuse.com provides the support tables for web standard features (standard API or browser abibilities) across all browsers including desktop and mobile. it can't tell the support for a library since it cannot detect which API/web features that been used in the library you queried.

I think you can check #407 (comment) for details.
in short terms, swr can run on the browsers that support ES5 syntaxes and Map api. which is basically the following

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jross53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants