Variable FetchEvent

    FetchEvent: {
        prototype: FetchEvent;
        new (type: string, eventInitDict: FetchEventInit): FetchEvent;
    }