videosphere
    Preparing search index...

    User-facing messages passed to uploadGoogleResumableInChunks.

    interface GoogleResumableUploadMessages {
        aborted: string;
        streamReadFailed: string;
        emptyChunk: string;
        noResponse: string;
        uploadFailed: string;
        rangeInvalid: string;
        rangeMismatch: string;
        incomplete: string;
    }
    Index

    Properties

    aborted: string
    streamReadFailed: string
    emptyChunk: string
    noResponse: string
    uploadFailed: string
    rangeInvalid: string
    rangeMismatch: string
    incomplete: string