Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.10/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