Variable ExtendableEvent

    ExtendableEvent: {
        prototype: ExtendableEvent;
        new (type: string, eventInitDict?: ExtendableEventInit): ExtendableEvent;
    }