Skip to main content

RequestCache

type alias RequestCache

Definition Jump to heading

"default"
| "force-cache"
| "no-cache"
| "no-store"
| "only-if-cached"
| "reload"
Back to top