Re: File API - Progress - Question about Partial Blob data

2013-08-21 Thread Jonas Sicking
On Wed, Aug 21, 2013 at 3:56 PM, Aymeric Vitte wrote: > Combination of the File API, indexedDB, etc (and future WebCrypto) is really > great, I did not expect to be stucked by something that looks trivial: > calculate the hash of a file while you are reading it. Until we add API for incremental d

Re: File API - Progress - Question about Partial Blob data

2013-08-21 Thread Aymeric Vitte
Le 21/08/2013 16:16, Arun Ranganathan a écrit : On Aug 20, 2013, at 7:13 PM, Aymeric Vitte wrote: The specs says : " It can also return /partial Blob data/. Partial Blob data is the part of the |File| or |Blob|

Re: File API - Progress - Question about Partial Blob data

2013-08-21 Thread Aymeric Vitte
Le 21/08/2013 19:03, Jonas Sicking a écrit : On Tue, Aug 20, 2013 at 4:13 PM, Aymeric Vitte wrote: The specs says : " It can also return partial Blob data. Partial Blob data is the part of the File or Blob that has been read into memory currently; when processing the read method readAsText, p

Re: File API - Progress - Question about Partial Blob data

2013-08-21 Thread Jonas Sicking
On Tue, Aug 20, 2013 at 4:13 PM, Aymeric Vitte wrote: > The specs says : > > " It can also return partial Blob data. Partial Blob data is the part of the > File or Blob that has been read into memory currently; when processing the > read method readAsText, partial Blob data is a DOMString that is

Re: File API - Progress - Question about Partial Blob data

2013-08-21 Thread Arun Ranganathan
On Aug 20, 2013, at 7:13 PM, Aymeric Vitte wrote: > The specs says : > > " It can also return partial Blob data. Partial Blob data is the part of the > File or Blob that has been read into memory currently; when processing the > read method readAsText, partial Blob data is a DOMString that is i