Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

prefetch

import { prefetch } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";

prefetchを実行する

prefetchしたデータは"prefetch""api-yyyy-MM-dd"に格納される

"prefetch"に格納されたデータは、次回のリクエストで返却されたときに削除される

回線が遅いときは例外を投げる

const prefetch: (urls: (string | URL)[]) => Promise<void>;