Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esm/server/embed/types/hot.d.ts>HotCore

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
interface HotCore
import { type HotCore } from "https://deno.land/x/esm@v135_2/server/embed/types/hot.d.ts";

Properties

readonly
vfs: VFS
onUpdateFound: () => void

Methods

fire(options?: FireOptions): Promise<void>
listen(): void
onFire(handler: (reg: ServiceWorker) => void): this
use(...plugins: readonly Plugin[]): this
waitUntil(...promises: readonly Promise<any>[]): this