Skip to main content
Latest
variable ApplicationCache
import { ApplicationCache } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: ApplicationCache; readonly CHECKING: number; readonly DOWNLOADING: number; readonly IDLE: number; readonly OBSOLETE: number; readonly UNCACHED: number; readonly UPDATEREADY: number; new (): ApplicationCache; }