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

x/deno/cli/js/web/event.ts>EventImpl

A modern runtime for JavaScript and TypeScript.
Go to Latest
class EventImpl
implements Event
import { EventImpl } from "https://deno.land/x/deno@v1.0.0/cli/js/web/event.ts";

Constructors

new
EventImpl(type: string, eventInitDict?: EventInit)

Properties

readonly
AT_TARGET: number
readonly
bubbles: boolean
readonly
BUBBLING_PHASE: number
readonly
cancelable: boolean
cancelBubble: boolean
readonly
CAPTURING_PHASE: number
readonly
composed: boolean
currentTarget: EventTarget | null
readonly
defaultPrevented: boolean
eventPhase: number
readonly
initialized: boolean
isTrusted: boolean
readonly
NONE: number
target: EventTarget | null
readonly
timeStamp: number
readonly
type: string

Static Properties

readonly
AT_TARGET: number
readonly
BUBBLING_PHASE: number
readonly
CAPTURING_PHASE: number
readonly
NONE: number