Skip to main content
Latest
method HttpCache.prototype.get
import { HttpCache } from "https://deno.land/x/deno_cache@0.7.1/http_cache.ts";

Parameters

url: URL
optional
options: HttpCacheGetOptions

Returns

Promise<Uint8Array | undefined>