We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
402409b
Vary
0aafaf7
d5885bb
cache: 'no-store'
14ca9d4
ed95a40
fc1a893
7c3e04b: New, modular structure allows extension of existing fetch implementations with a custom cache.
fetch
import { withCache } from "ultrafetch"; const enhancedFetch = withCache(fetch, { cache: new Map() });