Skip to main content
Module

x/evt/lib/types/index.ts>dom.ServiceUIFrameContext

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ServiceUIFrameContext
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { ServiceUIFrameContext } = dom;

Methods

getCachedFrameMessage(key: string): string
postFrameMessage(key: string, data: string): void