Re: [FileAPI] Blob constructor should probably take a sequence, not an IDL array object

On Sep 11, 2012, at 1:07 AM, Cameron McCormack wrote:

> Arun Ranganathan:
>> I've pinged heycam to see if this is a proper use of the sequence type.  I'm not sure it allows for such a variation in parameters.
> 
> I agree with Boris, it makes sense to use sequence<> here.  Whenever you just want to take a list of values in an operation argument, and you don't want to keep a reference to a platform array object, you should use a sequence<>.


Done. http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob


-- A*

Received on Thursday, 13 September 2012 19:27:14 UTC