findLatestCache
import { findLatestCache } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";
scrapbox.ioが管理しているcache storageから、最新のresponseを取得する
ほぼ https://scrapbox.io/daiiz/ScrapboxでのServiceWorkerとCacheの活用#5d2efaffadf4e70000651173 のパクリ
const findLatestCache: (request: Request, options?: CacheQueryOptions) => Promise<Response | undefined>;