Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>CacheStorage_CachedResponseType

A high-level puppeteer/playwright-like library for Deno
Latest
type alias CacheStorage_CachedResponseType
import { type CacheStorage_CachedResponseType } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

type of HTTP response cached

definition:
| "basic"
| "cors"
| "default"
| "error"
| "opaqueResponse"
| "opaqueRedirect"