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

x/bundlee/mod.ts>Bundlee#preloadCache

Bundle static assets to a single JSON-file.
Go to Latest
method Bundlee.prototype.preloadCache
import { Bundlee } from "https://deno.land/x/bundlee@0.9.3/mod.ts";

Preloads the cache with all the files in the bundle.

Returns

Promise<void>

A promise that resolves when the cache is loaded.