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

Class

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

Source from the content-addressed store, hash-verified

641 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)
642 */
643declare class Event {
644 constructor(type: string, init?: EventInit);
645 /**
646 * The **`type`** read-only property of the Event interface returns a string containing the event's type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected