-
I noticed state-while-revalidate isn't supported in all browsers: https://caniuse.com/#search=stale-while-revalidate. What is the browser support like for this library? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@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. |
Beta Was this translation helpful? Give feedback.
@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