Re: [FileAPI] Blob protocol version - is this needed?

2012-02-03 Thread Arun Ranganathan


- Original Message -
 On Tuesday, January 10, 2012 12:34 PM, Arun Ranganathan wrote:
  Greetings Adrian,
  
  Sorry for the delay in responding to this email.
  
  Strictly speaking, we could remove the Blob Protocol Version (BLV)
  [1].  It
  isn't returned in getAllResponseHeaders.  BLV 's purpose was in
  case the
  protocol changes, and to differentiate between versions.  But the
  protocol is
  internally consumed within the UA.  I can remove it.
 
 Thanks - I think that would be the right move. I don't think there's
 a way to
 test it (and as I mentioned in my previous note our implementation
 doesn't
 have it).

(Done).

http://dev.w3.org/2006/webapi/FileAPI/

-- A*



RE: [FileAPI] Blob protocol version - is this needed?

2012-02-02 Thread Adrian Bateman
On Tuesday, January 10, 2012 12:34 PM, Arun Ranganathan wrote:
 Greetings Adrian,
 
 Sorry for the delay in responding to this email.
 
 Strictly speaking, we could remove the Blob Protocol Version (BLV) [1].  It
 isn't returned in getAllResponseHeaders.  BLV 's purpose was in case the
 protocol changes, and to differentiate between versions.  But the protocol is
 internally consumed within the UA.  I can remove it.

Thanks - I think that would be the right move. I don't think there's a way to
test it (and as I mentioned in my previous note our implementation doesn't
have it).

Cheers,

Adrian.


Re: [FileAPI] Blob protocol version - is this needed?

2012-01-10 Thread Arun Ranganathan
Greetings Adrian,

Sorry for the delay in responding to this email.  

Strictly speaking, we could remove the Blob Protocol Version (BLV) [1].  It 
isn't returned in getAllResponseHeaders.  BLV 's purpose was in case the 
protocol changes, and to differentiate between versions.  But the protocol is 
internally consumed within the UA.  I can remove it.

--Original Message--

The current spec defines the Blob Protocol Version [1]. Our current 
implementation
doesn't require a protocol version and the way protocol handlers are defined in
Internet Explorer does require this. I don't know if this is ever exposed in
the web platform. The spec says that this should be returned from XHR in
getAllResponseHeaders [2] but I don't think XHR actually returns this string 
there.

Please can someone help point me to where this is required? If it isn't
exposed anywhere I think we can remove this section.

Thanks,

Adrian

[1] http://dev.w3.org/2006/webapi/FileAPI/#ProtocolName
[2] http://dev.w3.org/2006/webapi/FileAPI/#ProtocolExamples



[FileAPI] Blob protocol version - is this needed?

2011-12-13 Thread Adrian Bateman
The current spec defines the Blob Protocol Version [1]. Our current 
implementation
doesn't require a protocol version and the way protocol handlers are defined in
Internet Explorer does require this. I don't know if this is ever exposed in
the web platform. The spec says that this should be returned from XHR in
getAllResponseHeaders [2] but I don't think XHR actually returns this string 
there.

Please can someone help point me to where this is required? If it isn't
exposed anywhere I think we can remove this section.

Thanks,

Adrian

[1] http://dev.w3.org/2006/webapi/FileAPI/#ProtocolName
[2] http://dev.w3.org/2006/webapi/FileAPI/#ProtocolExamples