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

x/ogone/src/ogone.dom.d.ts>BeforeUnloadEvent

Advanced Web Composition for Future
Latest
interface BeforeUnloadEvent
implements Event
import { type BeforeUnloadEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

returnValue: any