Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/dom_types.ts>EventPhase

A modern runtime for JavaScript and TypeScript.
Go to Latest
enum EventPhase
import { EventPhase } from "https://deno.land/x/deno@v0.30.0/cli/js/dom_types.ts";

Members

AT_TARGET = 2
BUBBLING_PHASE = 3
CAPTURING_PHASE = 1
NONE = 0