Variable BlobEvent

    BlobEvent: {
        prototype: BlobEvent;
        new (type: string, eventInitDict: BlobEventInit): BlobEvent;
    }