MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

examples/container/worker-configuration.d.ts:777–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget)
776 */
777declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> {
778 constructor();
779 /**
780 * The **`addEventListener()`** method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected