On 8/11/09 3:47 AM, Jonas Sicking wrote: > Today if you use XMLHttpRequest, you never have to worry if someone > else happen to be reading from the same URI as you, if we go with the > above API the same basically wouldn't be true for files. Yes you do need to worry with XHR. If I call open/send, it will cancel the current request. To me supporting progress events sounds more important than having easy way to do concurrent reads using the same FileData. (And even with events, concurrent reads are very simple, just not using the same FileData) -OlliReceived on Tuesday, 11 August 2009 08:57:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:43:16 GMT