Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExtendableEventInit

import type { ExtendableEventInit } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
interface ExtendableEventInit extends EventInit {
new (type: string, eventInitDict?: ExtendableEventInit): ExtendableEvent;
}

§Extends

§
EventInit
[src]

§Methods

§
new (type: string, eventInitDict?: ExtendableEventInit): ExtendableEvent
[src]