Skip to main content
Go to Latest
class Event
import { Event } from "https://deno.land/std@0.145.0/node/internal/event_target.mjs";

Constructors

new
Event(type, options?)

Properties

readonly
bubbles
readonly
cancelable
cancelBubble
readonly
composed
readonly
currentTarget
readonly
defaultPrevented
readonly
eventPhase
readonly
returnValue
readonly
srcElement
readonly
target
readonly
timeStamp
readonly
type

Static Properties

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