Re: [File API] About Partial Blob Data, XHR and Streams API

2013-01-29 Thread Arun Ranganathan
On Jan 22, 2013, at 9:42 AM, Cyril Concolato wrote: > Hi Arun, > > Le 22/01/2013 15:04, Arun Ranganathan a écrit : >> Hi Cyril, >> >> >> 1) I'm wondering why in progressive mode, does the spec say: " partial Blob >> data is an ArrayBuffer [TypedArrays] object consisting of the bytes loaded >

Re: [File API] About Partial Blob Data, XHR and Streams API

2013-01-22 Thread Cyril Concolato
Hi Arun, Le 22/01/2013 15:04, Arun Ranganathan a écrit : Hi Cyril, 1) I'm wondering why in progressive mode, does the spec say: |"|partial Blob data is an |ArrayBuffer|[TypedArrays ] object consisting of the bytes|loaded|so far". Why isn't

Re: [File API] About Partial Blob Data, XHR and Streams API

2013-01-22 Thread Arun Ranganathan
Hi Cyril, 1) I'm wondering why in progressive mode, does the spec say: " partial Blob data is an ArrayBuffer [ TypedArrays ] object consisting of the bytes loaded so far ". Why isn't it the bytes loaded since the previous progress event? AR: It is always a new ArrayBuffer. The phraseology "so

Re: [File API] About Partial Blob Data, XHR and Streams API

2013-01-18 Thread Cyril Concolato
Hi Jonas, Le 1/18/2013 11:14 AM, Jonas Sicking a écrit : On Thu, Jan 17, 2013 at 1:56 AM, Cyril Concolato wrote: Hi all, Reading the File API, it is not clear to me what the behavior is when reading partial Blob data. The spec says: " Partial Blob data is the part of the File or Blob that has

Re: [File API] About Partial Blob Data

2013-01-18 Thread Jonas Sicking
On Thu, Jan 17, 2013 at 1:56 AM, Cyril Concolato wrote: > Hi all, > > Reading the File API, it is not clear to me what the behavior is when > reading partial Blob data. The spec says: > " Partial Blob data is the part of the File or Blob that has been read into > memory currently; > when processin

[File API] About Partial Blob Data

2013-01-17 Thread Cyril Concolato
Hi all, Reading the File API, it is not clear to me what the behavior is when reading partial Blob data. The spec says: " Partial Blob data is the part of the |File| or |Blob| that has been read