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

Constructors

new
EventTarget()

Methods

addEventListener(
type,
listener,
options?,
)
removeEventListener(
type,
listener,
options?,
)
[customInspectSymbol](depth, options)
[kCreateEvent](nodeValue, type)
[kHybridDispatch](
nodeValue,
type,
event,
)
[kNewListener](
size,
type,
_listener,
_once,
_capture,
_passive,
_weak,
)
[kRemoveListener](
_size,
_type,
_listener,
_capture,
)

Static Properties

[kIsEventTarget]: boolean