Spec-Zone.ru › Deno 1

Кэширование запросов

type RequestCache = 
| "default"
| "force-cache"
| "no-cache"
| "no-store"
| "only-if-cached"
| "reload";

Тип

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

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/RequestCache

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API