SwoffSwoff

prefetchCache

Fire-and-forget cache warm.

prefetchCache(input, options?)

From swoff/fetch/core.ts. Fire-and-forget prefetch to warm the cache. Silently swallows errors.

prefetchCache("/api/todos");
prefetchCache("/api/todos");

On this page