videosphere
    Preparing search index...

    Variable parseYouTube308RangeLastByteInclusiveConst

    parseYouTube308RangeLastByteInclusive: (headerValue: string) => number = parseGoogleResumable308RangeLastByteInclusive

    Type Declaration

      • (headerValue: string): number
      • Parse the Range header on a 308 Resume Incomplete from Google resumable upload.

        Parameters

        • headerValue: string

          Raw Range response header.

        Returns number

        Last byte index received (inclusive), or null when missing/invalid.

    parseGoogleResumable308RangeLastByteInclusive