Skip to main content
Module

x/evt/lib/types/lib.dom.ts>BeforeUnloadEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface BeforeUnloadEvent
implements Event
import { type BeforeUnloadEvent } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

The beforeunload event is fired when the window, the document and its resources are about to be unloaded.

Properties

returnValue: any