Comparing version
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var configContextClient = require('./config-context-client-B6AMxgjj.js'); | ||
var configContextClient = require('./config-context-client-BXAm5QZy.js'); | ||
var revalidateEvents = require('./events.js'); | ||
@@ -5,0 +5,0 @@ var constants_js = require('./constants.js'); |
@@ -486,5 +486,9 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const softRevalidate = revalidate.bind(index_js.UNDEFINED, WITH_DEDUPE); | ||
let nextFocusRevalidatedAt = 0; | ||
if (getConfig().revalidateOnFocus) { | ||
const initNow = Date.now(); | ||
nextFocusRevalidatedAt = initNow + getConfig().focusThrottleInterval; | ||
} | ||
// Expose revalidators to global event listeners. So we can trigger | ||
// revalidation from the outside. | ||
let nextFocusRevalidatedAt = 0; | ||
const onRevalidate = (type, opts = {})=>{ | ||
@@ -491,0 +495,0 @@ if (type == index_js.revalidateEvents.FOCUS_EVENT) { |
{ | ||
"name": "swr", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "React Hooks library for remote data fetching", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -88,6 +88,7 @@ [](https://swr.vercel.app) | ||
- Shu Ding ([@shuding\_](https://twitter.com/shuding_)) - [Vercel](https://vercel.com) | ||
- Guillermo Rauch ([@rauchg](https://twitter.com/rauchg)) - [Vercel](https://vercel.com) | ||
- Joe Haddad ([@timer150](https://twitter.com/timer150)) - [Vercel](https://vercel.com) | ||
- Paco Coursey ([@pacocoursey](https://twitter.com/pacocoursey)) - [Vercel](https://vercel.com) | ||
- Shu Ding ([@shuding\_](https://x.com/shuding_)) - [Vercel](https://vercel.com) | ||
- Jiachi Liu ([@huozhi])(https://x.com/huozhi)) - [Vercel](https://vercel.com) | ||
- Guillermo Rauch ([@rauchg](https://x.com/rauchg)) - [Vercel](https://vercel.com) | ||
- Joe Haddad ([@timer150](https://x.com/timer150)) - [Vercel](https://vercel.com) | ||
- Paco Coursey ([@pacocoursey](https://x.com/pacocoursey)) - [Vercel](https://vercel.com) | ||
@@ -94,0 +95,0 @@ [Contributors](https://github.com/vercel/swr/graphs/contributors) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
264138
0.22%5003
0.16%103
0.98%2
100%