Linux Mac OSX Windows

  
[scriptable, uuid(c1b1f426-7e83-4759-9f88-0e1b17f49366)]
interface nsIByteRangeRequest : nsISupports

Attributes

 Absolute end postion in remote file for this request
readonly attribute long long endRange
 
 Returns true IFF this request is a byte range request, otherwise it
 returns false (This is effectively the same as checking to see if 
 |startRequest| is zero and |endRange| is the content length.)
readonly attribute boolean isByteRangeRequest
 
 Absolute start position in remote file for this request.
readonly attribute long long startRange